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::error_code
PrevUpHomeNext

An alias for boost::system::error_code.

Synopsis

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

using error_code = boost::system::error_code;

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext