asio C++ library

PrevUpHomeNext

recycling_allocator::recycling_allocator

Default constructor.

constexpr recycling_allocator();
  » more...

Converting constructor.

template<
    typename U>
constexpr recycling_allocator(
    const recycling_allocator< U > & );
  » more...

PrevUpHomeNext