![]() |
Construct an allocator that is associated with an execution context.
explicit constexpr allocator( execution_context & e); » more...
Construct from another allocator
for a different value type.
template< typename U> constexpr allocator( const allocator< U > & a); » more...