Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::reason_code::operator bool

Indication if the object holds a Reason Code indicating an error.

Synopsis
explicit
operator bool() const noexcept;
Description

Any Reason Code holding a value equal to or greater than 0x80.


PrevUpHomeNext