#include "loft.hh"
Public Types | |
using | value_type = T |
Public Member Functions | |
constexpr T * | allocate (std::size_t n) const |
Allocator () noexcept=default | |
template<typename U > | |
Allocator (const Allocator< U > &other) noexcept | |
constexpr void | deallocate (T *p, size_t n) const noexcept |
bool | operator!= (const Allocator< T > &o) const noexcept |
bool | operator== (const Allocator< T > &o) const noexcept |
Static Public Attributes | |
static constexpr bool | allows_read_after_free |
Allocator for STL containers.
using value_type = T |
|
defaultnoexcept |
|
noexcept |
|
constexprnoexcept |
|
constexpr |
|
staticconstexpr |