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

boost::mqtt5::reason_codes::granted_qos_0
PrevUpHomeNext

The subscription is accepted with maximum QoS sent at 0.

Synopsis

Defined in header <boost/mqtt5/reason_codes.hpp>

constexpr
boost::mqtt5::reason_code granted_qos_0 { 0x00, category::suback };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext