Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::mqtt_client::rebind_executor

Rebinds the client type to another executor.

Synopsis
template<
    typename Executor>
struct rebind_executor;
Types

Name

Description

other

The client type when rebound to the specified executor.


PrevUpHomeNext