Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

recycling_allocator< void >::recycling_allocator

Default constructor.

constexpr recycling_allocator();
  » more...

Converting constructor.

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

PrevUpHomeNext