Encapsulates the result of encoding a single code point as UTF-8.
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 |