Encapsulates the result of encoding a single code point as UTF-8. More...
#include <utf_codecs.h>
Public Member Functions | |
constexpr | EncodedCodePoint (uint32_t size, std::array< char, 4 > data) |
constexpr | EncodedCodePoint (EncodedCodePoint &&encoded)=default |
constexpr std::string_view | as_view () const |
Encapsulates the result of encoding a single code point as UTF-8.