Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

execution_context::allocator< void >::allocator
PrevUpHomeNext

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...

PrevUpHomeNext