Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
execution_context::allocator< void >::allocator (2 of 2 overloads)

Construct from another allocator for a different value type.

template<
    typename U>
constexpr allocator(
    const allocator< U > & a);

PrevUpHomeNext