| address(reference x) const noexcept | AllocatorBase< Type > | inline |
| address(const_reference x) const noexcept | AllocatorBase< Type > | inline |
| AlignedAllocator(const BaseAllocator &base=BaseAllocator()) | AlignedAllocator< Type, BaseAllocator, Alignment > | inlineexplicit |
| AlignedAllocator(const AlignedAllocator &) noexcept=default | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| AlignedAllocator(const AlignedAllocator< OtherType > &other) noexcept | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| allocate(size_type n, const void *=nullptr) | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| allocate_bytes(size_t size, size_t meta_info_size=0) | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| base() const | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| base_ | AlignedAllocator< Type, BaseAllocator, Alignment > | private |
| const_pointer typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| const_reference typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| construct(pointer p, const_reference value) | AllocatorBase< Type > | inline |
| construct(SubType *p, Args &&... args) | AllocatorBase< Type > | inline |
| deallocate(pointer p, size_type n) noexcept | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| deallocate_bytes(void *ptr, size_t size, size_t meta_info_size=0) noexcept | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| debug | AlignedAllocator< Type, BaseAllocator, Alignment > | privatestatic |
| destroy(pointer p) const noexcept | AllocatorBase< Type > | inline |
| destroy(SubType *p) const noexcept | AllocatorBase< Type > | inline |
| difference_type typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| is_always_equal typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| max_size() const noexcept | AllocatorBase< Type > | inline |
| operator!=(const AlignedAllocator< Other > &other) const noexcept | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| operator=(const AlignedAllocator &) noexcept=default | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| operator==(const AlignedAllocator< Other > &other) const noexcept | AlignedAllocator< Type, BaseAllocator, Alignment > | inline |
| pointer typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| propagate_on_container_move_assignment typedef | AllocatorBase< Type > | |
| reference typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| size_type typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |
| value_type typedef | AlignedAllocator< Type, BaseAllocator, Alignment > | |