#include <aligned_allocator.hpp>

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 |
Definition at line 14 of file aligned_allocator.hpp.
| struct ddc::AlignedAllocator::rebind |
Definition at line 20 of file aligned_allocator.hpp.

| Class Members | ||
|---|---|---|
| typedef AlignedAllocator< U, N > | other | |
| using ddc::AlignedAllocator< T, N >::value_type = T |
Definition at line 17 of file aligned_allocator.hpp.
|
constexprdefault |
|
constexprdefault |
|
constexprdefaultnoexcept |
|
inlineexplicitconstexprnoexcept |
Definition at line 32 of file aligned_allocator.hpp.
|
default |
|
constexprdefault |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 43 of file aligned_allocator.hpp.
|
inline |
Definition at line 47 of file aligned_allocator.hpp.
|
inline |
Definition at line 52 of file aligned_allocator.hpp.