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
Rebinds the connection type to another executor.
template< typename Executor1> struct rebind_executor;
|
Name |
Description |
|---|---|
|
The connection type when rebound to the specified executor. |
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.