allocate(size_type n, void *=nullptr) | std_allocator< T, RawAllocator > | |
allocator_type typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
const_pointer typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
const_reference typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
construct(U *p, Args &&... args) | std_allocator< T, RawAllocator > | |
deallocate(pointer p, size_type n) noexcept | std_allocator< T, RawAllocator > | |
destroy(U *p) noexcept | std_allocator< T, RawAllocator > | |
difference_type typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
get_allocator() noexcept -> decltype(std::declval< alloc_reference >().get_allocator()) | std_allocator< T, RawAllocator > | |
get_allocator() const noexcept -> decltype(std::declval< const alloc_reference >().get_allocator()) | std_allocator< T, RawAllocator > | |
make_std_allocator(RawAllocator &&allocator) noexcept -> std_allocator< T, typename std::decay< RawAllocator >::type > | std_allocator< T, RawAllocator > | related |
max_size() const noexcept | std_allocator< T, RawAllocator > | |
operator!=(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexcept | std_allocator< T, RawAllocator > | related |
operator== (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | friend |
operator==(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexcept | std_allocator< T, RawAllocator > | related |
pointer typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
propagate_on_container_copy_assignment typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
propagate_on_container_move_assignment typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
propagate_on_container_swap typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
reference typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
select_on_container_copy_construction() const | std_allocator< T, RawAllocator > | |
size_type typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |
std_allocator() noexcept | std_allocator< T, RawAllocator > | |
std_allocator(RawAlloc &alloc,) noexcept | std_allocator< T, RawAllocator > | |
std_allocator(const RawAlloc &alloc,) noexcept | std_allocator< T, RawAllocator > | |
std_allocator(const alloc_reference &alloc) noexcept | std_allocator< T, RawAllocator > | |
std_allocator(const allocator_storage< StoragePolicy, OtherMut > &)=delete | std_allocator< T, RawAllocator > | |
std_allocator(const std_allocator< U, RawAllocator > &alloc) noexcept | std_allocator< T, RawAllocator > | |
std_allocator(std_allocator< U, RawAllocator > &alloc) noexcept | std_allocator< T, RawAllocator > | |
value_type typedef (defined in std_allocator< T, RawAllocator >) | std_allocator< T, RawAllocator > | |