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

Go to the source code of this file.

Namespaces

 MQTT_NS
 
 MQTT_NS::utf8string
 

Enumerations

enum class  MQTT_NS::utf8string::validation { MQTT_NS::utf8string::well_formed = 0 , MQTT_NS::utf8string::ill_formed , MQTT_NS::utf8string::well_formed_with_non_charactor }
 

Functions

constexpr bool MQTT_NS::utf8string::is_valid_length (string_view str)
 
constexpr validation MQTT_NS::utf8string::validate_contents (string_view str)