Literals can be used to produce integer, float, character, duration and string types.
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. | |
Byte suffixes | |
xtd::byte | xtd::literals::operator""_b (long double n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_b (unsigned long long n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_b (const char *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_b (const char8_t *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_b (const char16_t *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_b (const char32_t *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_b (const wchar_t *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_u8 (long double n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_u8 (unsigned long long n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_u8 (const char *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_u8 (const char8_t *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_u8 (const char16_t *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_u8 (const char32_t *s, std::size_t n) |
Used to convert specified value into byte. | |
xtd::byte | xtd::literals::operator""_u8 (const wchar_t *s, std::size_t n) |
Used to convert specified value into uint16. | |
Double suffixes | |
double | xtd::literals::operator""_d (long double n) |
Used to convert specified value into byte. | |
double | xtd::literals::operator""_d (unsigned long long n) |
Used to convert specified value into byte. | |
double | xtd::literals::operator""_d (const char *s, std::size_t n) |
Used to convert specified value into byte. | |
double | xtd::literals::operator""_d (const char8_t *s, std::size_t n) |
Used to convert specified value into byte. | |
double | xtd::literals::operator""_d (const char16_t *s, std::size_t n) |
Used to convert specified value into byte. | |
double | xtd::literals::operator""_d (const char32_t *s, std::size_t n) |
Used to convert specified value into byte. | |
double | xtd::literals::operator""_d (const wchar_t *s, std::size_t n) |
Used to convert specified value into byte. | |
Guid suffixes | |
xtd::guid | xtd::literals::operator""_guid (const char *s, xtd::size n) |
Used to convert specified value into xtd::guid. | |
xtd::guid | xtd::literals::operator""_guid (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::guid. | |
xtd::guid | xtd::literals::operator""_guid (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::guid. | |
xtd::guid | xtd::literals::operator""_guid (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::guid. | |
xtd::guid | xtd::literals::operator""_guid (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::guid. | |
Int16 suffixes | |
int16 | xtd::literals::operator""_i16 (long double n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_i16 (unsigned long long n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_i16 (const char *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_i16 (const char8_t *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_i16 (const char16_t *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_i16 (const char32_t *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_i16 (const wchar_t *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_s16 (long double n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_s16 (unsigned long long n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_s16 (const char *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_s16 (const char8_t *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_s16 (const char16_t *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_s16 (const char32_t *s, std::size_t n) |
Used to convert specified value into int16. | |
int16 | xtd::literals::operator""_s16 (const wchar_t *s, std::size_t n) |
Used to convert specified value into int16. | |
Int32 suffixes | |
int32 | xtd::literals::operator""_i32 (long double n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_i32 (unsigned long long n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_i32 (const char *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_i32 (const char8_t *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_i32 (const char16_t *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_i32 (const char32_t *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_i32 (const wchar_t *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_s32 (long double n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_s32 (unsigned long long n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_s32 (const char *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_s32 (const char8_t *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_s32 (const char16_t *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_s32 (const char32_t *s, std::size_t n) |
Used to convert specified value into int32. | |
int32 | xtd::literals::operator""_s32 (const wchar_t *s, std::size_t n) |
Used to convert specified value into int32. | |
Int64 suffixes | |
int64 | xtd::literals::operator""_i64 (long double n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_i64 (unsigned long long n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_i64 (const char *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_i64 (const char8_t *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_i64 (const char16_t *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_i64 (const char32_t *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_i64 (const wchar_t *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_s64 (long double n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_s64 (unsigned long long n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_s64 (const char *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_s64 (const char8_t *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_s64 (const char16_t *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_s64 (const char32_t *s, std::size_t n) |
Used to convert specified value into int64. | |
int64 | xtd::literals::operator""_s64 (const wchar_t *s, std::size_t n) |
Used to convert specified value into int64. | |
IP address suffixes | |
xtd::net::ip_address | xtd::literals::operator""_ip (const char *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::net::ip_address | xtd::literals::operator""_ip (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::net::ip_address | xtd::literals::operator""_ip (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::net::ip_address | xtd::literals::operator""_ip (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
xtd::net::ip_address | xtd::literals::operator""_ip (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::string. | |
SByte suffixes | |
sbyte | xtd::literals::operator""_i8 (long double n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_i8 (unsigned long long n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_i8 (const char *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_i8 (const char8_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_i8 (const char16_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_i8 (const char32_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_i8 (const wchar_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_s8 (long double n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_s8 (unsigned long long n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_s8 (const char *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_s8 (const char8_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_s8 (const char16_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_s8 (const char32_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
sbyte | xtd::literals::operator""_s8 (const wchar_t *s, std::size_t n) |
Used to convert specified value into sbyte. | |
Single suffixes | |
float | xtd::literals::operator""_f (long double n) |
Used to convert specified value into byte. | |
float | xtd::literals::operator""_f (unsigned long long n) |
Used to convert specified value into byte. | |
float | xtd::literals::operator""_f (const char *s, std::size_t n) |
Used to convert specified value into byte. | |
float | xtd::literals::operator""_f (const char8_t *s, std::size_t n) |
Used to convert specified value into byte. | |
float | xtd::literals::operator""_f (const char16_t *s, std::size_t n) |
Used to convert specified value into byte. | |
float | xtd::literals::operator""_f (const char32_t *s, std::size_t n) |
Used to convert specified value into byte. | |
float | xtd::literals::operator""_f (const wchar_t *s, std::size_t n) |
Used to convert specified value into byte. | |
Size suffixes | |
xtd::size | xtd::literals::operator""_uz (long double n) |
Used to convert specified value into xtd::size. | |
xtd::size | xtd::literals::operator""_uz (unsigned long long n) |
Used to convert specified value into xtd::size. | |
xtd::size | xtd::literals::operator""_uz (const char *s, xtd::size n) |
Used to convert specified value into xtd::size. | |
xtd::size | xtd::literals::operator""_uz (const char8_t *s, xtd::size n) |
Used to convert specified value into xtd::size. | |
xtd::size | xtd::literals::operator""_uz (const char16_t *s, xtd::size n) |
Used to convert specified value into xtd::size. | |
xtd::size | xtd::literals::operator""_uz (const char32_t *s, xtd::size n) |
Used to convert specified value into xtd::size. | |
xtd::size | xtd::literals::operator""_uz (const wchar_t *s, xtd::size n) |
Used to convert specified value into xtd::size. | |
xtd::size | xtd::literals::operator""_z (long double n) |
Used to convert specified value into signed xtd::size. | |
xtd::size | xtd::literals::operator""_z (unsigned long long n) |
Used to convert specified value into signed xtd::size. | |
xtd::size | xtd::literals::operator""_z (const char *s, xtd::size n) |
Used to convert specified value into signed xtd::size. | |
xtd::size | xtd::literals::operator""_z (const char8_t *s, xtd::size n) |
Used to convert specified value into signed xtd::size. | |
xtd::size | xtd::literals::operator""_z (const char16_t *s, xtd::size n) |
Used to convert specified value into signed xtd::size. | |
xtd::size | xtd::literals::operator""_z (const char32_t *s, xtd::size n) |
Used to convert specified value into signed xtd::size. | |
xtd::size | xtd::literals::operator""_z (const wchar_t *s, xtd::size n) |
Used to convert specified value into signed xtd::size. | |
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. | |
Time span suffixes | |
xtd::time_span | xtd::literals::operator""_h (unsigned long long h) |
Used to convert the specified value as hours to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_m (unsigned long long m) |
Used to convert the specified value as minutes to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_min (unsigned long long min) |
Used to convert the specified value as minutes to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ms (unsigned long long ms) |
Used to convert the specified value as millisconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ns (unsigned long long ns) |
Used to convert the specified value as nanoseconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_s (unsigned long long s) |
Used to convert the specified value as seconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_t (unsigned long long t) |
Used to convert the specified value as tiks to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_us (unsigned long long us) |
Used to convert the specified value as microseconds to xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
xtd::time_span | xtd::literals::operator""_ts (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::time_span. | |
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. | |
UInt16 suffixes | |
uint16 | xtd::literals::operator""_u16 (long double n) |
Used to convert specified value into uint16. | |
uint16 | xtd::literals::operator""_u16 (unsigned long long n) |
Used to convert specified value into uint16. | |
uint16 | xtd::literals::operator""_u16 (const char *s, std::size_t n) |
Used to convert specified value into uint16. | |
uint16 | xtd::literals::operator""_u16 (const char8_t *s, std::size_t n) |
Used to convert specified value into uint16. | |
uint16 | xtd::literals::operator""_u16 (const char16_t *s, std::size_t n) |
Used to convert specified value into uint16. | |
uint16 | xtd::literals::operator""_u16 (const char32_t *s, std::size_t n) |
Used to convert specified value into uint16. | |
uint16 | xtd::literals::operator""_u16 (const wchar_t *s, std::size_t n) |
Used to convert specified value into uint16. | |
UInt32 suffixes | |
uint32 | xtd::literals::operator""_u32 (long double n) |
Used to convert specified value into uint32. | |
uint32 | xtd::literals::operator""_u32 (unsigned long long n) |
Used to convert specified value into uint32. | |
uint32 | xtd::literals::operator""_u32 (const char *s, std::size_t n) |
Used to convert specified value into uint32. | |
uint32 | xtd::literals::operator""_u32 (const char8_t *s, std::size_t n) |
Used to convert specified value into uint32. | |
uint32 | xtd::literals::operator""_u32 (const char16_t *s, std::size_t n) |
Used to convert specified value into uint32. | |
uint32 | xtd::literals::operator""_u32 (const char32_t *s, std::size_t n) |
Used to convert specified value into uint32. | |
uint32 | xtd::literals::operator""_u32 (const wchar_t *s, std::size_t n) |
Used to convert specified value into uint32. | |
UInt64 suffixes | |
uint64 | xtd::literals::operator""_u64 (long double n) |
Used to convert specified value into uint64. | |
uint64 | xtd::literals::operator""_u64 (unsigned long long n) |
Used to convert specified value into uint64. | |
uint64 | xtd::literals::operator""_u64 (const char *s, std::size_t n) |
Used to convert specified value into uint64. | |
uint64 | xtd::literals::operator""_u64 (const char8_t *s, std::size_t n) |
Used to convert specified value into uint64. | |
uint64 | xtd::literals::operator""_u64 (const char16_t *s, std::size_t n) |
Used to convert specified value into uint64. | |
uint64 | xtd::literals::operator""_u64 (const char32_t *s, std::size_t n) |
Used to convert specified value into uint64. | |
uint64 | xtd::literals::operator""_u64 (const wchar_t *s, std::size_t n) |
Used to convert specified value into uint64. | |
URI suffixes | |
xtd::uri | xtd::literals::operator""_uri (const char *s, xtd::size n) |
Used to convert specified value into xtd::uri. | |
xtd::uri | xtd::literals::operator""_uri (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::uri. | |
xtd::uri | xtd::literals::operator""_uri (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::uri. | |
xtd::uri | xtd::literals::operator""_uri (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::uri. | |
xtd::uri | xtd::literals::operator""_uri (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::uri. | |
Version suffixes | |
xtd::version | xtd::literals::operator""_vers (const char *s, xtd::size n) |
Used to convert specified value into xtd::version. | |
xtd::version | xtd::literals::operator""_vers (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::version. | |
xtd::version | xtd::literals::operator""_vers (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::version. | |
xtd::version | xtd::literals::operator""_vers (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::version. | |
xtd::version | xtd::literals::operator""_vers (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::version. | |
Color suffixes | |
xtd::drawing::color | xtd::literals::operator""_color (const char *s, xtd::size n) |
Used to convert specified value into xtd::drawing::color. | |
xtd::drawing::color | xtd::literals::operator""_color (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::drawing::color. | |
xtd::drawing::color | xtd::literals::operator""_color (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::drawing::color. | |
xtd::drawing::color | xtd::literals::operator""_color (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::drawing::color. | |
xtd::drawing::color | xtd::literals::operator""_color (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::drawing::color. | |
Image suffixes | |
xtd::drawing::image | xtd::literals::operator""_image (const char *s, xtd::size n) |
Used to convert specified value into xtd::drawing::image. | |
xtd::drawing::image | xtd::literals::operator""_image (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::drawing::image. | |
xtd::drawing::image | xtd::literals::operator""_image (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::drawing::image. | |
xtd::drawing::image | xtd::literals::operator""_image (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::drawing::image. | |
xtd::drawing::image | xtd::literals::operator""_image (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::drawing::image. | |
Country suffixes | |
xtd::forms::country | xtd::literals::operator""_country (const char *s, xtd::size n) |
Used to convert specified value into xtd::forms::country. | |
xtd::forms::country | xtd::literals::operator""_country (const char8 *s, xtd::size n) |
Used to convert specified value into xtd::forms::country. | |
xtd::forms::country | xtd::literals::operator""_country (const char16 *s, xtd::size n) |
Used to convert specified value into xtd::forms::country. | |
xtd::forms::country | xtd::literals::operator""_country (const char32 *s, xtd::size n) |
Used to convert specified value into xtd::forms::country. | |
xtd::forms::country | xtd::literals::operator""_country (const wchar *s, xtd::size n) |
Used to convert specified value into xtd::forms::country. | |
char32 xtd::literals::operator""_c | ( | unsigned long long | c | ) |
#include <xtd.core/include/xtd/character_literals.hpp>
Used to convert specified value into char32.
char32 xtd::literals::operator""_c | ( | char | c | ) |
#include <xtd.core/include/xtd/character_literals.hpp>
Used to convert specified value into char32.
#include <xtd.core/include/xtd/character_literals.hpp>
Used to convert specified value into char32.
#include <xtd.core/include/xtd/character_literals.hpp>
Used to convert specified value into char32.
#include <xtd.core/include/xtd/character_literals.hpp>
Used to convert specified value into char32.
#include <xtd.core/include/xtd/character_literals.hpp>
Used to convert specified value into char32.
xtd::byte xtd::literals::operator""_b | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_b | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_b | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_b | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_b | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_b | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_b | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_u8 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_u8 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_u8 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_u8 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_u8 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_u8 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into byte.
xtd::byte xtd::literals::operator""_u8 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/byte.hpp>
Used to convert specified value into uint16.
double xtd::literals::operator""_d | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/double.hpp>
Used to convert specified value into byte.
double xtd::literals::operator""_d | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/double.hpp>
Used to convert specified value into byte.
double xtd::literals::operator""_d | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/double.hpp>
Used to convert specified value into byte.
double xtd::literals::operator""_d | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/double.hpp>
Used to convert specified value into byte.
double xtd::literals::operator""_d | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/double.hpp>
Used to convert specified value into byte.
double xtd::literals::operator""_d | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/double.hpp>
Used to convert specified value into byte.
double xtd::literals::operator""_d | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/double.hpp>
Used to convert specified value into byte.
#include <xtd.core/include/xtd/literals/guid.hpp>
Used to convert specified value into xtd::guid.
#include <xtd.core/include/xtd/literals/guid.hpp>
Used to convert specified value into xtd::guid.
#include <xtd.core/include/xtd/literals/guid.hpp>
Used to convert specified value into xtd::guid.
#include <xtd.core/include/xtd/literals/guid.hpp>
Used to convert specified value into xtd::guid.
#include <xtd.core/include/xtd/literals/guid.hpp>
Used to convert specified value into xtd::guid.
int16 xtd::literals::operator""_i16 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_i16 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_i16 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_i16 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_i16 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_i16 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_i16 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_s16 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_s16 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_s16 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_s16 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_s16 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_s16 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int16 xtd::literals::operator""_s16 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int16.hpp>
Used to convert specified value into int16.
int32 xtd::literals::operator""_i32 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_i32 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_i32 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_i32 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_i32 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_i32 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_i32 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_s32 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_s32 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_s32 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_s32 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_s32 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_s32 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int32 xtd::literals::operator""_s32 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int32.hpp>
Used to convert specified value into int32.
int64 xtd::literals::operator""_i64 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_i64 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_i64 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_i64 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_i64 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_i64 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_i64 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_s64 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_s64 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_s64 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_s64 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_s64 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_s64 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
int64 xtd::literals::operator""_s64 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/int64.hpp>
Used to convert specified value into int64.
xtd::net::ip_address xtd::literals::operator""_ip | ( | const char * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/ip_address.hpp>
Used to convert specified value into xtd::string.
xtd::net::ip_address xtd::literals::operator""_ip | ( | const char8 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/ip_address.hpp>
Used to convert specified value into xtd::string.
xtd::net::ip_address xtd::literals::operator""_ip | ( | const char16 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/ip_address.hpp>
Used to convert specified value into xtd::string.
xtd::net::ip_address xtd::literals::operator""_ip | ( | const char32 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/ip_address.hpp>
Used to convert specified value into xtd::string.
xtd::net::ip_address xtd::literals::operator""_ip | ( | const wchar * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/ip_address.hpp>
Used to convert specified value into xtd::string.
sbyte xtd::literals::operator""_i8 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_i8 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_i8 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_i8 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_i8 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_i8 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_i8 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_s8 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_s8 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_s8 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_s8 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_s8 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_s8 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
sbyte xtd::literals::operator""_s8 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/sbyte.hpp>
Used to convert specified value into sbyte.
float xtd::literals::operator""_f | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/single.hpp>
Used to convert specified value into byte.
float xtd::literals::operator""_f | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/single.hpp>
Used to convert specified value into byte.
float xtd::literals::operator""_f | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/single.hpp>
Used to convert specified value into byte.
float xtd::literals::operator""_f | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/single.hpp>
Used to convert specified value into byte.
float xtd::literals::operator""_f | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/single.hpp>
Used to convert specified value into byte.
float xtd::literals::operator""_f | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/single.hpp>
Used to convert specified value into byte.
float xtd::literals::operator""_f | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/single.hpp>
Used to convert specified value into byte.
xtd::size xtd::literals::operator""_uz | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into xtd::size.
xtd::size xtd::literals::operator""_uz | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into xtd::size.
xtd::size xtd::literals::operator""_z | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into signed xtd::size.
xtd::size xtd::literals::operator""_z | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into signed xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into signed xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into signed xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into signed xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into signed xtd::size.
#include <xtd.core/include/xtd/literals/size.hpp>
Used to convert specified value into signed xtd::size.
xtd::string xtd::literals::operator""_s | ( | const char * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_s | ( | const char8 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_s | ( | const char16 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_s | ( | const char32 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_s | ( | const wchar * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sb | ( | long double | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert the specified value to xtd::string with a binary format.
xtd::string xtd::literals::operator""_sb | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert the specified value to xtd::string with a binary format.
xtd::string xtd::literals::operator""_sb2 | ( | long double | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
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 | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert the specified value to xtd::string with a decimal format.
xtd::string xtd::literals::operator""_sd | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert the specified value to xtd::string with a decimal format.
xtd::string xtd::literals::operator""_sx | ( | long double | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sx | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sx2 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sx4 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sx8 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sx16 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sX | ( | long double | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sX | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sX2 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sX4 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sX8 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::string xtd::literals::operator""_sX16 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/string.hpp>
Used to convert specified value into xtd::string.
xtd::time_span xtd::literals::operator""_h | ( | unsigned long long | h | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as hours to xtd::time_span.
xtd::time_span xtd::literals::operator""_m | ( | unsigned long long | m | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as minutes to xtd::time_span.
xtd::time_span xtd::literals::operator""_min | ( | unsigned long long | min | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as minutes to xtd::time_span.
xtd::time_span xtd::literals::operator""_ms | ( | unsigned long long | ms | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as millisconds to xtd::time_span.
xtd::time_span xtd::literals::operator""_ns | ( | unsigned long long | ns | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as nanoseconds to xtd::time_span.
xtd::time_span xtd::literals::operator""_s | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as seconds to xtd::time_span.
xtd::time_span xtd::literals::operator""_t | ( | unsigned long long | t | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as tiks to xtd::time_span.
xtd::time_span xtd::literals::operator""_us | ( | unsigned long long | us | ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert the specified value as microseconds to xtd::time_span.
xtd::time_span xtd::literals::operator""_ts | ( | const char * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert specified value into xtd::time_span.
xtd::time_span xtd::literals::operator""_ts | ( | const char8 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert specified value into xtd::time_span.
xtd::time_span xtd::literals::operator""_ts | ( | const char16 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert specified value into xtd::time_span.
xtd::time_span xtd::literals::operator""_ts | ( | const char32 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert specified value into xtd::time_span.
xtd::time_span xtd::literals::operator""_ts | ( | const wchar * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/time_span.hpp>
Used to convert specified value into xtd::time_span.
|
noexcept |
#include <xtd.core/include/xtd/literals/translator.hpp>
Used to translate specified string into locale.
|
noexcept |
#include <xtd.core/include/xtd/literals/translator.hpp>
Used to translate specified string into locale.
|
noexcept |
#include <xtd.core/include/xtd/literals/translator.hpp>
Used to translate specified string into locale.
|
noexcept |
#include <xtd.core/include/xtd/literals/translator.hpp>
Used to translate specified string into locale.
|
noexcept |
#include <xtd.core/include/xtd/literals/translator.hpp>
Used to translate specified string into locale.
uint16 xtd::literals::operator""_u16 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/uint16.hpp>
Used to convert specified value into uint16.
uint16 xtd::literals::operator""_u16 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/uint16.hpp>
Used to convert specified value into uint16.
uint16 xtd::literals::operator""_u16 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint16.hpp>
Used to convert specified value into uint16.
uint16 xtd::literals::operator""_u16 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint16.hpp>
Used to convert specified value into uint16.
uint16 xtd::literals::operator""_u16 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint16.hpp>
Used to convert specified value into uint16.
uint16 xtd::literals::operator""_u16 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint16.hpp>
Used to convert specified value into uint16.
uint16 xtd::literals::operator""_u16 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint16.hpp>
Used to convert specified value into uint16.
uint32 xtd::literals::operator""_u32 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/uint32.hpp>
Used to convert specified value into uint32.
uint32 xtd::literals::operator""_u32 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/uint32.hpp>
Used to convert specified value into uint32.
uint32 xtd::literals::operator""_u32 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint32.hpp>
Used to convert specified value into uint32.
uint32 xtd::literals::operator""_u32 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint32.hpp>
Used to convert specified value into uint32.
uint32 xtd::literals::operator""_u32 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint32.hpp>
Used to convert specified value into uint32.
uint32 xtd::literals::operator""_u32 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint32.hpp>
Used to convert specified value into uint32.
uint32 xtd::literals::operator""_u32 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint32.hpp>
Used to convert specified value into uint32.
uint64 xtd::literals::operator""_u64 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals/uint64.hpp>
Used to convert specified value into uint64.
uint64 xtd::literals::operator""_u64 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals/uint64.hpp>
Used to convert specified value into uint64.
uint64 xtd::literals::operator""_u64 | ( | const char * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint64.hpp>
Used to convert specified value into uint64.
uint64 xtd::literals::operator""_u64 | ( | const char8_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint64.hpp>
Used to convert specified value into uint64.
uint64 xtd::literals::operator""_u64 | ( | const char16_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint64.hpp>
Used to convert specified value into uint64.
uint64 xtd::literals::operator""_u64 | ( | const char32_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint64.hpp>
Used to convert specified value into uint64.
uint64 xtd::literals::operator""_u64 | ( | const wchar_t * | s, |
std::size_t | n ) |
#include <xtd.core/include/xtd/literals/uint64.hpp>
Used to convert specified value into uint64.
#include <xtd.core/include/xtd/literals/uri.hpp>
Used to convert specified value into xtd::uri.
#include <xtd.core/include/xtd/literals/uri.hpp>
Used to convert specified value into xtd::uri.
#include <xtd.core/include/xtd/literals/uri.hpp>
Used to convert specified value into xtd::uri.
#include <xtd.core/include/xtd/literals/uri.hpp>
Used to convert specified value into xtd::uri.
#include <xtd.core/include/xtd/literals/uri.hpp>
Used to convert specified value into xtd::uri.
xtd::version xtd::literals::operator""_vers | ( | const char * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/version.hpp>
Used to convert specified value into xtd::version.
xtd::version xtd::literals::operator""_vers | ( | const char8 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/version.hpp>
Used to convert specified value into xtd::version.
xtd::version xtd::literals::operator""_vers | ( | const char16 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/version.hpp>
Used to convert specified value into xtd::version.
xtd::version xtd::literals::operator""_vers | ( | const char32 * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/version.hpp>
Used to convert specified value into xtd::version.
xtd::version xtd::literals::operator""_vers | ( | const wchar * | s, |
xtd::size | n ) |
#include <xtd.core/include/xtd/literals/version.hpp>
Used to convert specified value into xtd::version.
xtd::drawing::color xtd::literals::operator""_color | ( | const char * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/color.hpp>
Used to convert specified value into xtd::drawing::color.
xtd::drawing::color xtd::literals::operator""_color | ( | const char8 * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/color.hpp>
Used to convert specified value into xtd::drawing::color.
xtd::drawing::color xtd::literals::operator""_color | ( | const char16 * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/color.hpp>
Used to convert specified value into xtd::drawing::color.
xtd::drawing::color xtd::literals::operator""_color | ( | const char32 * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/color.hpp>
Used to convert specified value into xtd::drawing::color.
xtd::drawing::color xtd::literals::operator""_color | ( | const wchar * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/color.hpp>
Used to convert specified value into xtd::drawing::color.
xtd::drawing::image xtd::literals::operator""_image | ( | const char * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/system_images.hpp>
Used to convert specified value into xtd::drawing::image.
xtd::drawing::image xtd::literals::operator""_image | ( | const char8 * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/system_images.hpp>
Used to convert specified value into xtd::drawing::image.
xtd::drawing::image xtd::literals::operator""_image | ( | const char16 * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/system_images.hpp>
Used to convert specified value into xtd::drawing::image.
xtd::drawing::image xtd::literals::operator""_image | ( | const char32 * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/system_images.hpp>
Used to convert specified value into xtd::drawing::image.
xtd::drawing::image xtd::literals::operator""_image | ( | const wchar * | s, |
xtd::size | n ) |
#include <xtd.drawing/include/xtd/literals/system_images.hpp>
Used to convert specified value into xtd::drawing::image.
xtd::forms::country xtd::literals::operator""_country | ( | const char * | s, |
xtd::size | n ) |
#include <xtd.forms/include/xtd/literals/country.hpp>
Used to convert specified value into xtd::forms::country.
xtd::forms::country xtd::literals::operator""_country | ( | const char8 * | s, |
xtd::size | n ) |
#include <xtd.forms/include/xtd/literals/country.hpp>
Used to convert specified value into xtd::forms::country.
xtd::forms::country xtd::literals::operator""_country | ( | const char16 * | s, |
xtd::size | n ) |
#include <xtd.forms/include/xtd/literals/country.hpp>
Used to convert specified value into xtd::forms::country.
xtd::forms::country xtd::literals::operator""_country | ( | const char32 * | s, |
xtd::size | n ) |
#include <xtd.forms/include/xtd/literals/country.hpp>
Used to convert specified value into xtd::forms::country.
xtd::forms::country xtd::literals::operator""_country | ( | const wchar * | s, |
xtd::size | n ) |
#include <xtd.forms/include/xtd/literals/country.hpp>
Used to convert specified value into xtd::forms::country.