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

This is the documentation for a snapshot of the develop branch, built from commit 00b87f4edf.
PrevUpHomeNext
connection::rebind_executor

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