asio C++ library

PrevUpHomeNext

recycling_allocator::rebind

Rebind the allocator to another value_type.

template<
    typename U>
struct rebind
Types

Name

Description

other

The rebound allocator type.

Requirements

Header: asio/recycling_allocator.hpp

Convenience header: asio.hpp


PrevUpHomeNext