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
Send an UNSUBSCRIBE packet to Broker
to unsubscribe from one or more Topics.
template< typename CompletionToken = typename asio::default_completion_token<boost::mqtt5::mqtt_client::executor_type>::type> decltype(auto) async_unsubscribe( const std::vector< std::string >& topics, const unsubscribe_props& props, CompletionToken&& token = {}); »more...
Send an UNSUBSCRIBE packet to Broker
to unsubscribe from one Topic.
template< typename CompletionToken = typename asio::default_completion_token<boost::mqtt5::mqtt_client::executor_type>::type> decltype(auto) async_unsubscribe( const std::string& topic, const unsubscribe_props& props, CompletionToken&& token = {}); »more...