mqtt_cpp
|
Enumerations | |
enum class | validation { well_formed = 0 , ill_formed , well_formed_with_non_charactor } |
Functions | |
constexpr bool | is_valid_length (string_view str) |
constexpr validation | validate_contents (string_view str) |
|
strong |
Enumerator | |
---|---|
well_formed | UTF-8 string is well_formed. See http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718016 1.5.3 UTF-8 encoded strings. |
ill_formed | UTF-8 string is ill_formed or contains null character. See http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718016 1.5.3 UTF-8 encoded strings. |
well_formed_with_non_charactor | UTF-8 string is well_formed and contains control character and non-character. See http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718016 1.5.3 UTF-8 encoded strings. |
|
constexpr |
|
constexpr |