FLANG
|
Public Types | |
using | value_type = A |
Public Member Functions | |
Allocator (const Terminator &t) | |
template<typename B > | |
constexpr | Allocator (const Allocator< B > &that) noexcept |
Allocator (const Allocator &)=default | |
Allocator (Allocator &&)=default | |
constexpr A * | allocate (std::size_t n) |
constexpr void | deallocate (A *p, std::size_t) |
Public Attributes | |
const Terminator & | terminator |