mqtt_cpp
|
#include <string>
#include <cstdint>
#include <boost/assert.hpp>
#include <boost/container/static_vector.hpp>
#include <mqtt/namespace.hpp>
Go to the source code of this file.
Namespaces | |
MQTT_NS | |
Functions | |
boost::container::static_vector< char, 2 > | MQTT_NS::num_to_2bytes (std::uint16_t val) |
template<typename T > | |
void | MQTT_NS::add_uint16_t_to_buf (T &buf, std::uint16_t num) |
template<typename It > | |
constexpr std::uint16_t | MQTT_NS::make_uint16_t (It b, It e) |