char_types.ch
Declarations
Public Only
Publictypealias char8_t
type char8_t = uchar
Publictypealias char16_t
type char16_t = uint_least16_t
See Also
- https:en.cppreference.com/w/c/string/multibyte/char16_t
Publictypealias char32_t
type char32_t = uint_least32_t
See Also
- https:en.cppreference.com/w/c/string/multibyte/char32_t
See Also