memory
|
This is the complete list of members for any_std_allocator< T >, including all inherited members.
allocate(size_type n, void *=nullptr) | std_allocator< T, any_allocator > | |
construct(U *p, Args &&... args) | std_allocator< T, any_allocator > | |
deallocate(pointer p, size_type n) noexcept | std_allocator< T, any_allocator > | |
destroy(U *p) noexcept | std_allocator< T, any_allocator > | |
get_allocator() noexcept -> decltype(std::declval< alloc_reference >().get_allocator()) | std_allocator< T, any_allocator > | |
get_allocator() const noexcept -> decltype(std::declval< const alloc_reference >().get_allocator()) | std_allocator< T, any_allocator > | |
make_any_std_allocator(RawAllocator &&allocator) noexcept | any_std_allocator< T > | related |
make_std_allocator(any_allocator &&allocator) noexcept -> std_allocator< T, typename std::decay< any_allocator >::type > | std_allocator< T, any_allocator > | related |
make_std_allocator(any_allocator &&allocator) noexcept -> std_allocator< T, typename std::decay< any_allocator >::type > | std_allocator< T, any_allocator > | related |
max_size() const noexcept | std_allocator< T, any_allocator > | |
operator!=(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexcept | std_allocator< T, any_allocator > | related |
operator!=(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexcept | std_allocator< T, any_allocator > | related |
operator==(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexcept | std_allocator< T, any_allocator > | related |
operator==(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexcept | std_allocator< T, any_allocator > | related |
select_on_container_copy_construction() const | std_allocator< T, any_allocator > | |
std_allocator() noexcept | std_allocator< T, any_allocator > | |
std_allocator(RawAlloc &alloc,) noexcept | std_allocator< T, any_allocator > | |
std_allocator(const RawAlloc &alloc,) noexcept | std_allocator< T, any_allocator > | |
std_allocator(const alloc_reference &alloc) noexcept | std_allocator< T, any_allocator > | |
std_allocator(const allocator_storage< StoragePolicy, OtherMut > &)=delete | std_allocator< T, any_allocator > | |
std_allocator(const std_allocator< U, any_allocator > &alloc) noexcept | std_allocator< T, any_allocator > | |
std_allocator(std_allocator< U, any_allocator > &alloc) noexcept | std_allocator< T, any_allocator > |