|
Additional Inherited Members | |
Public Types inherited from AlignedAllocator< T, Align > | |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
typedef size_t | size_type |
typedef T | value_type |
Public Member Functions inherited from AlignedAllocator< T, Align > | |
const_pointer | address (const_reference x) const |
pointer | address (reference x) const |
AlignedAllocator () throw () | |
AlignedAllocator (const AlignedAllocator< T, Align > &) throw () | |
template<class U > | |
AlignedAllocator (const AlignedAllocator< U, Align > &) throw () | |
pointer | allocate (size_type s, std::allocator_traits< std::allocator< void >>::const_void_pointer hint=0) |
void | construct (pointer p, const T &val) |
void | deallocate (pointer p, size_type) |
void | destroy (pointer p) |
size_type | max_size () const throw () |
template<class U > | |
bool | operator!= (const AlignedAllocator< U, Align > &) const |
template<class U > | |
bool | operator!= (const U &) const |
template<class U > | |
bool | operator== (const AlignedAllocator< U, Align > &) const |
template<class U > | |
bool | operator== (const U &) const |
Public Attributes inherited from AlignedAllocator< T, Align > | |
const typedef T * | const_pointer |
const typedef T & | const_reference |
Definition at line 91 of file AlignedAllocator.h.