![]() |
Home | Libraries | People | FAQ | More |
Rebinds the connection type to another executor.
Defined in header <boost/mysql/connection.hpp>
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.