mqtt_cpp
Namespaces | Functions
variable_length.hpp File Reference
#include <string>
#include <mqtt/namespace.hpp>
#include <mqtt/exception.hpp>
Include dependency graph for variable_length.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MQTT_NS
 

Functions

std::string MQTT_NS::variable_bytes (std::size_t size)
 
template<typename Container >
void MQTT_NS::variable_push (Container &c, std::size_t size)
 
template<typename T >
constexpr std::tuple< std::size_t, std::size_t > MQTT_NS::variable_length (T const &bytes)
 
template<typename Iterator >
constexpr std::tuple< std::size_t, std::size_t > MQTT_NS::variable_length (Iterator b, Iterator e)