mqtt_cpp
Namespaces | Functions
two_byte_util.hpp File Reference
#include <string>
#include <cstdint>
#include <boost/assert.hpp>
#include <boost/container/static_vector.hpp>
#include <mqtt/namespace.hpp>
Include dependency graph for two_byte_util.hpp:
This graph shows which files directly or indirectly include this file:

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)