mqtt_cpp
Namespaces | Functions
remaining_length.hpp File Reference
#include <mqtt/namespace.hpp>
#include <mqtt/string_view.hpp>
#include <mqtt/variable_length.hpp>
Include dependency graph for remaining_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::remaining_bytes (std::size_t size)
 
constexpr std::tuple< std::size_t, std::size_t > MQTT_NS::remaining_length (string_view bytes)
 
template<typename Iterator >
constexpr std::tuple< std::size_t, std::size_t > MQTT_NS::remaining_length (Iterator b, Iterator e)