memory
any_std_allocator< T > Member List

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) noexceptstd_allocator< T, any_allocator >
destroy(U *p) noexceptstd_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) noexceptany_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 noexceptstd_allocator< T, any_allocator >
operator!=(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexceptstd_allocator< T, any_allocator >related
operator!=(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexceptstd_allocator< T, any_allocator >related
operator==(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexceptstd_allocator< T, any_allocator >related
operator==(const std_allocator< T, Impl > &lhs, const std_allocator< U, Impl > &rhs) noexceptstd_allocator< T, any_allocator >related
select_on_container_copy_construction() conststd_allocator< T, any_allocator >
std_allocator() noexceptstd_allocator< T, any_allocator >
std_allocator(RawAlloc &alloc,) noexceptstd_allocator< T, any_allocator >
std_allocator(const RawAlloc &alloc,) noexceptstd_allocator< T, any_allocator >
std_allocator(const alloc_reference &alloc) noexceptstd_allocator< T, any_allocator >
std_allocator(const allocator_storage< StoragePolicy, OtherMut > &)=deletestd_allocator< T, any_allocator >
std_allocator(const std_allocator< U, any_allocator > &alloc) noexceptstd_allocator< T, any_allocator >
std_allocator(std_allocator< U, any_allocator > &alloc) noexceptstd_allocator< T, any_allocator >