Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

recycling_allocator< void >::rebind

Rebind the allocator to another value_type.

template<
    typename U>
struct recycling_allocator< void >::rebind
Types

Name

Description

other

The rebound allocator type.

Requirements

Header: boost/asio/recycling_allocator.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext