asio C++ library

PrevUpHomeNext

execution_context::allocator< void >::rebind

Rebinds an allocator to another value type.

template<>
struct allocator< void >::rebind
Types

Name

Description

other

Specifies the type of the rebound allocator.

Requirements

Header: asio/execution_context.hpp

Convenience header: asio/execution.hpp


PrevUpHomeNext