|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
The result of a strict UTF-8 decode: the code point, its byte length, and validity. More...
#include <utf8.hpp>
Public Attributes | |
| std::uint32_t | cp {} |
| The decoded code point (meaningful only when valid). | |
| std::size_t | length {} |
| Bytes consumed by the sequence (1–4), or the bytes examined on failure. | |
| bool | valid {} |
| Whether the sequence is a well-formed, canonical code point. | |
The result of a strict UTF-8 decode: the code point, its byte length, and validity.
| std::uint32_t real::detail::decoded_codepoint::cp {} |
| std::size_t real::detail::decoded_codepoint::length {} |
| bool real::detail::decoded_codepoint::valid {} |