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 an old version of Boost. Click here to view this page for the latest version.
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