Classes | |
struct | decoded_result |
struct | encoded_result |
struct | unicode_detail |
Functions | |
encoded_result< char16_t > | code_point_to_utf16 (char32_t codepoint) |
encoded_result< char32_t > | code_point_to_utf32 (char32_t codepoint) |
encoded_result< char > | code_point_to_utf8 (char32_t codepoint) |
const string_view & | to_string (error_code ec) |
template<typename It > | |
decoded_result< It > | utf16_to_code_point (It it, It last) |
template<typename It > | |
decoded_result< It > | utf32_to_code_point (It it, It last) |
template<typename It > | |
decoded_result< It > | utf8_to_code_point (It it, It last) |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |