asio C++ library

PrevUpHomeNext
execution_context::allocator::allocator (2 of 2 overloads)

Construct from another allocator for a different value type.

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

PrevUpHomeNext