|
async_mqtt 5.0.0
|
#include <cstdint>#include <ostream>Go to the source code of this file.
Enumerations | |
| enum class | async_mqtt::protocol_version { undetermined = 0 , v3_1_1 = 4 , v5 = 5 } |
| MQTT protocol version. More... | |
Functions | |
| constexpr char const * | async_mqtt::protocol_version_to_str (protocol_version v) |
| stringize protocol_version | |
| std::ostream & | async_mqtt::operator<< (std::ostream &os, protocol_version val) |
| output to the stream protocol_version | |
|
strong |