Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

execution_context::allocator< void >::rebind
PrevUpHomeNext

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: boost/asio/execution_context.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext