Contains xtd::string 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. | |
String suffixes | |
xtd::string | xtd::literals::operator""_s (const char *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_s (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_s (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_s (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_s (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sb (long double s) |
Used to convert the specified value to xtd::string with a binary format. | |
xtd::string | xtd::literals::operator""_sb (unsigned long long s) |
Used to convert the specified value to xtd::string with a binary format. | |
xtd::string | xtd::literals::operator""_sb2 (long double s) |
Used to convert the specified value to xtd::string with a binary format with two digits. | |
xtd::string | xtd::literals::operator""_sb2 (unsigned long long s) |
Used to convert the specified value to xtd::string with a binary format with two digits. | |
xtd::string | xtd::literals::operator""_sb4 (long double s) |
Used to convert the specified value to xtd::string with a binary format with four digits. | |
xtd::string | xtd::literals::operator""_sb4 (unsigned long long s) |
Used to convert the specified value to xtd::string with a binary format with four digits. | |
xtd::string | xtd::literals::operator""_sb8 (long double s) |
Used to convert the specified value to xtd::string with a binary format with eight digits. | |
xtd::string | xtd::literals::operator""_sb8 (unsigned long long s) |
Used to convert the specified value to xtd::string with a binary format with eight digits. | |
xtd::string | xtd::literals::operator""_sb16 (long double s) |
Used to convert the specified value to xtd::string with a binary format with sixteen digits. | |
xtd::string | xtd::literals::operator""_sb16 (unsigned long long s) |
Used to convert the specified value to xtd::string with a binary format with sixteen digits. | |
xtd::string | xtd::literals::operator""_sb32 (long double s) |
Used to convert the specified value to xtd::string with a binary format with thirty two digits. | |
xtd::string | xtd::literals::operator""_sb32 (unsigned long long s) |
Used to convert the specified value to xtd::string with a binary format with thirty two digits. | |
xtd::string | xtd::literals::operator""_sb64 (long double s) |
Used to convert the specified value to xtd::string with a binary format with sixty four digits. | |
xtd::string | xtd::literals::operator""_sb64 (unsigned long long s) |
Used to convert the specified value to xtd::string with a binary format with sixty four digits. | |
xtd::string | xtd::literals::operator""_sd (long double s) |
Used to convert the specified value to xtd::string with a decimal format. | |
xtd::string | xtd::literals::operator""_sd (unsigned long long s) |
Used to convert the specified value to xtd::string with a decimal format. | |
xtd::string | xtd::literals::operator""_sx (long double s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sx (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sx2 (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sx4 (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sx8 (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sx16 (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sX (long double s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sX (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sX2 (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sX4 (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sX8 (unsigned long long s) |
Used to convert specified value into xtd::string. | |
xtd::string | xtd::literals::operator""_sX16 (unsigned long long s) |
Used to convert specified value into xtd::string. | |