AlignedAllocator() noexcept=default | mage::AlignedAllocator< T, A > | |
AlignedAllocator(const AlignedAllocator &allocator) noexcept=default | mage::AlignedAllocator< T, A > | |
AlignedAllocator(AlignedAllocator &&allocator) noexcept=default | mage::AlignedAllocator< T, A > | |
AlignedAllocator([[maybe_unused]] const AlignedAllocator< U, A > &allocator) noexcept | mage::AlignedAllocator< T, A > | |
allocate(std::size_t count) const | mage::AlignedAllocator< T, A > | |
allocate(std::size_t count, [[maybe_unused]] const void *hint) const | mage::AlignedAllocator< T, A > | |
deallocate(T *data, [[maybe_unused]] std::size_t count) const noexcept | mage::AlignedAllocator< T, A > | |
difference_type typedef | mage::AlignedAllocator< T, A > | |
is_always_equal typedef | mage::AlignedAllocator< T, A > | |
operator!=([[maybe_unused]] const AlignedAllocator< U, A > &rhs) const noexcept | mage::AlignedAllocator< T, A > | |
operator=(const AlignedAllocator &allocator) noexcept=default | mage::AlignedAllocator< T, A > | |
operator=(AlignedAllocator &&allocator) noexcept=default | mage::AlignedAllocator< T, A > | |
operator==([[maybe_unused]] const AlignedAllocator< U, A > &rhs) const noexcept | mage::AlignedAllocator< T, A > | |
propagate_on_container_move_assignment typedef | mage::AlignedAllocator< T, A > | |
size_type typedef | mage::AlignedAllocator< T, A > | |
value_type typedef | mage::AlignedAllocator< T, A > | |
~AlignedAllocator()=default | mage::AlignedAllocator< T, A > | |