Contains xtd::char32 suffixes.
Go to the source code of this file.
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| namespace | xtd::literals |
| The xtd::literals namespace contains all xtd's litterals operators. | |
Character suffixes | |
| auto | xtd::literals::operator""_c (unsigned long long c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | xtd::literals::operator""_c (char c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | xtd::literals::operator""_c (char8_t c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | xtd::literals::operator""_c (char16_t c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | xtd::literals::operator""_c (char32 c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | xtd::literals::operator""_c (wchar_t c) -> xtd::char32 |
| Used to convert specified value into char32. | |