|
libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
Result of the encodeUTF8FromCodePoint() function. More...
#include <donut/unicode.hpp>
Public Attributes | |
| std::array< char8_t, 4 > | codeUnits |
| Array of UTF-8 code units that encode the given code point. | |
| std::size_t | size |
| The length of the encoded code unit sequence stored in the codeUnits array. | |
Result of the encodeUTF8FromCodePoint() function.
| std::array<char8_t, 4> donut::unicode::EncodeUTF8FromCodePointResult::codeUnits |
Array of UTF-8 code units that encode the given code point.
| std::size_t donut::unicode::EncodeUTF8FromCodePointResult::size |
The length of the encoded code unit sequence stored in the codeUnits array.