Classes | |
struct | rebind |
Public Types | |
using | value_type = T |
Public Member Functions | |
constexpr | AlignedAllocator ()=default |
constexpr | AlignedAllocator (AlignedAllocator const &x)=default |
constexpr | AlignedAllocator (AlignedAllocator &&x) noexcept=default |
template<class U > | |
constexpr | AlignedAllocator (AlignedAllocator< U, N > const &) noexcept |
~AlignedAllocator ()=default | |
constexpr AlignedAllocator & | operator= (AlignedAllocator const &x)=default |
constexpr AlignedAllocator & | operator= (AlignedAllocator &&x) noexcept=default |
template<class U > | |
constexpr AlignedAllocator & | operator= (AlignedAllocator< U, N > const &) noexcept |
T * | allocate (std::size_t n) const |
void | deallocate (T *p, std::size_t) const |
struct ddc::AlignedAllocator::rebind |
Class Members | ||
---|---|---|
typedef AlignedAllocator< U, N > | other |
using ddc::AlignedAllocator< T, N >::value_type = T |
|
constexprdefault |
|
constexprdefault |
|
constexprdefaultnoexcept |
|
inlineexplicitconstexprnoexcept |
|
default |
|
constexprdefault |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inline |