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 | |
char32 | xtd::literals::operator""_c (unsigned long long c) |
Used to convert specified value into char32. | |
char32 | xtd::literals::operator""_c (char c) |
Used to convert specified value into char32. | |
char32 | xtd::literals::operator""_c (char8 c) |
Used to convert specified value into char32. | |
char32 | xtd::literals::operator""_c (char16 c) |
Used to convert specified value into char32. | |
char32 | xtd::literals::operator""_c (char32 c) |
Used to convert specified value into char32. | |
char32 | xtd::literals::operator""_c (wchar c) |
Used to convert specified value into char32. | |