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

connection::rebind_executor
PrevUpHomeNext

Rebinds the connection type to another executor.

Synopsis
template<
    typename Executor1>
struct rebind_executor;
Types

Name

Description

other

The connection type when rebound to the specified executor.

Description

The Stream type must either provide a rebind_executor member with the same semantics, or be an instantiation of boost::asio::ssl::stream with a Stream type providing a rebind_executor member.


PrevUpHomeNext