Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow::PolymorphicAllocator< T > Member List

This is the complete list of members for flow::PolymorphicAllocator< T >, including all inherited members.

allocate(std::size_t count)flow::PolymorphicAllocator< T >inline
construct(U *address, Args &&... args)flow::PolymorphicAllocator< T >inline
deallocate(T *address, std::size_t count) noexceptflow::PolymorphicAllocator< T >inline
destroy(U *address) noexceptflow::PolymorphicAllocator< T >inline
operator!=(const PolymorphicAllocator< T > &lhs, const PolymorphicAllocator< U > &rhs) noexceptflow::PolymorphicAllocator< T >friend
operator==(const PolymorphicAllocator< T > &lhs, const PolymorphicAllocator< U > &rhs) noexceptflow::PolymorphicAllocator< T >friend
PolymorphicAllocator classflow::PolymorphicAllocator< T >friend
PolymorphicAllocator() noexceptflow::PolymorphicAllocator< T >inline
PolymorphicAllocator(MemoryResource &resource) noexceptflow::PolymorphicAllocator< T >inlineexplicit
PolymorphicAllocator(const PolymorphicAllocator< U > &allocator) noexceptflow::PolymorphicAllocator< T >inline
resource_flow::PolymorphicAllocator< T >private
value_type typedefflow::PolymorphicAllocator< T >