Contains xtd::translator 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. | |
Translator suffixes | |
const char * | xtd::literals::operator""_t (const char *s, xtd::size n) noexcept |
Used to translate specified string into locale. | |
xtd::string | xtd::literals::operator""_t (const char8 *s, xtd::size n) noexcept |
Used to translate specified string into locale. | |
xtd::string | xtd::literals::operator""_t (const char16 *s, xtd::size n) noexcept |
Used to translate specified string into locale. | |
xtd::string | xtd::literals::operator""_t (const char32 *s, xtd::size n) noexcept |
Used to translate specified string into locale. | |
xtd::string | xtd::literals::operator""_t (const wchar *s, xtd::size n) noexcept |
Used to translate specified string into locale. | |