asio C++ library

PrevUpHomeNext

execution_context::allocator::rebind

Rebinds an allocator to another value type.

template<
    typename U>
struct rebind
Types

Name

Description

other

Specifies the type of the rebound allocator.

Requirements

Header: asio/execution_context.hpp

Convenience header: asio/execution.hpp


PrevUpHomeNext