The xtd::literals namespace contains all xtd's litterals operators.
Byte suffixes | |
| auto | operator""_b (long double n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_b (unsigned long long n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_b (const char *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_b (const char8_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_b (const char16_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_b (const char32_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_b (const wchar_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_u8 (long double n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_u8 (unsigned long long n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_u8 (const char *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_u8 (const char8_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_u8 (const char16_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_u8 (const char32_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into byte. | |
| auto | operator""_u8 (const wchar_t *s, std::size_t n) -> xtd::byte |
| Used to convert specified value into uint16. | |
Character suffixes | |
| auto | operator""_c (unsigned long long c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | operator""_c (char c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | operator""_c (char8_t c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | operator""_c (char16_t c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | operator""_c (char32 c) -> xtd::char32 |
| Used to convert specified value into char32. | |
| auto | operator""_c (wchar_t c) -> xtd::char32 |
| Used to convert specified value into char32. | |
Double suffixes | |
| auto | operator""_d (long double n) -> double |
| Used to convert specified value into byte. | |
| auto | operator""_d (unsigned long long n) -> double |
| Used to convert specified value into byte. | |
| auto | operator""_d (const char *s, std::size_t n) -> double |
| Used to convert specified value into byte. | |
| auto | operator""_d (const char8_t *s, std::size_t n) -> double |
| Used to convert specified value into byte. | |
| auto | operator""_d (const char16_t *s, std::size_t n) -> double |
| Used to convert specified value into byte. | |
| auto | operator""_d (const char32_t *s, std::size_t n) -> double |
| Used to convert specified value into byte. | |
| auto | operator""_d (const wchar_t *s, std::size_t n) -> double |
| Used to convert specified value into byte. | |
Guid suffixes | |
| auto | operator""_guid (const char *s, xtd::size n) -> xtd::guid |
| Used to convert specified value into xtd::guid. | |
| auto | operator""_guid (const char8 *s, xtd::size n) -> xtd::guid |
| Used to convert specified value into xtd::guid. | |
| auto | operator""_guid (const char16 *s, xtd::size n) -> xtd::guid |
| Used to convert specified value into xtd::guid. | |
| auto | operator""_guid (const char32 *s, xtd::size n) -> xtd::guid |
| Used to convert specified value into xtd::guid. | |
| auto | operator""_guid (const wchar *s, xtd::size n) -> xtd::guid |
| Used to convert specified value into xtd::guid. | |
Int16 suffixes | |
| auto | operator""_i16 (long double n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_i16 (unsigned long long n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_i16 (const char *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_i16 (const char8_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_i16 (const char16_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_i16 (const char32_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_i16 (const wchar_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_s16 (long double n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_s16 (unsigned long long n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_s16 (const char *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_s16 (const char8_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_s16 (const char16_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_s16 (const char32_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
| auto | operator""_s16 (const wchar_t *s, std::size_t n) -> xtd::int16 |
| Used to convert specified value into int16. | |
Int32 suffixes | |
| auto | operator""_i32 (long double n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_i32 (unsigned long long n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_i32 (const char *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_i32 (const char8_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_i32 (const char16_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_i32 (const char32_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_i32 (const wchar_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_s32 (long double n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_s32 (unsigned long long n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_s32 (const char *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_s32 (const char8_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_s32 (const char16_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_s32 (const char32_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
| auto | operator""_s32 (const wchar_t *s, std::size_t n) -> xtd::int32 |
| Used to convert specified value into int32. | |
Int64 suffixes | |
| auto | operator""_i64 (long double n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_i64 (unsigned long long n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_i64 (const char *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_i64 (const char8_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_i64 (const char16_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_i64 (const char32_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_i64 (const wchar_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_s64 (long double n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_s64 (unsigned long long n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_s64 (const char *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_s64 (const char8_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_s64 (const char16_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_s64 (const char32_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
| auto | operator""_s64 (const wchar_t *s, std::size_t n) -> xtd::int64 |
| Used to convert specified value into int64. | |
IP address suffixes | |
| auto | operator""_ip (const char *s, xtd::size n) -> xtd::net::ip_address |
| Used to convert specified value into xtd::string. | |
| auto | operator""_ip (const char8 *s, xtd::size n) -> xtd::net::ip_address |
| Used to convert specified value into xtd::string. | |
| auto | operator""_ip (const char16 *s, xtd::size n) -> xtd::net::ip_address |
| Used to convert specified value into xtd::string. | |
| auto | operator""_ip (const char32 *s, xtd::size n) -> xtd::net::ip_address |
| Used to convert specified value into xtd::string. | |
| auto | operator""_ip (const wchar *s, xtd::size n) -> xtd::net::ip_address |
| Used to convert specified value into xtd::string. | |
SByte suffixes | |
| auto | operator""_i8 (long double n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_i8 (unsigned long long n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_i8 (const char *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_i8 (const char8_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_i8 (const char16_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_i8 (const char32_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_i8 (const wchar_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_s8 (long double n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_s8 (unsigned long long n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_s8 (const char *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_s8 (const char8_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_s8 (const char16_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_s8 (const char32_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
| auto | operator""_s8 (const wchar_t *s, std::size_t n) -> xtd::sbyte |
| Used to convert specified value into sbyte. | |
Single suffixes | |
| auto | operator""_f (long double n) -> float |
| Used to convert specified value into byte. | |
| auto | operator""_f (unsigned long long n) -> float |
| Used to convert specified value into byte. | |
| auto | operator""_f (const char *s, std::size_t n) -> float |
| Used to convert specified value into byte. | |
| auto | operator""_f (const char8_t *s, std::size_t n) -> float |
| Used to convert specified value into byte. | |
| auto | operator""_f (const char16_t *s, std::size_t n) -> float |
| Used to convert specified value into byte. | |
| auto | operator""_f (const char32_t *s, std::size_t n) -> float |
| Used to convert specified value into byte. | |
| auto | operator""_f (const wchar_t *s, std::size_t n) -> float |
| Used to convert specified value into byte. | |
Size suffixes | |
| constexpr auto | operator""_uz (long double n) -> xtd::size |
| Used to convert specified value into xtd::size. | |
| constexpr auto | operator""_uz (unsigned long long n) -> xtd::size |
| Used to convert specified value into xtd::size. | |
| auto | operator""_uz (const char *s, xtd::size n) -> xtd::size |
| Used to convert specified value into xtd::size. | |
| auto | operator""_uz (const char8_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into xtd::size. | |
| auto | operator""_uz (const char16_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into xtd::size. | |
| auto | operator""_uz (const char32_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into xtd::size. | |
| auto | operator""_uz (const wchar_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into xtd::size. | |
| constexpr auto | operator""_z (long double n) -> xtd::size |
| Used to convert specified value into signed xtd::size. | |
| constexpr auto | operator""_z (unsigned long long n) -> xtd::size |
| Used to convert specified value into signed xtd::size. | |
| auto | operator""_z (const char *s, xtd::size n) -> xtd::size |
| Used to convert specified value into signed xtd::size. | |
| auto | operator""_z (const char8_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into signed xtd::size. | |
| auto | operator""_z (const char16_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into signed xtd::size. | |
| auto | operator""_z (const char32_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into signed xtd::size. | |
| auto | operator""_z (const wchar_t *s, xtd::size n) -> xtd::size |
| Used to convert specified value into signed xtd::size. | |
String suffixes | |
| auto | operator""_s (const char *s, xtd::size n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_s (const char8 *s, xtd::size n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_s (const char16 *s, xtd::size n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_s (const char32 *s, xtd::size n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_s (const wchar *s, xtd::size n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sb (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format. | |
| auto | operator""_sb (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format. | |
| auto | operator""_sb2 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with two digits. | |
| auto | operator""_sb2 (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with two digits. | |
| auto | operator""_sb4 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with four digits. | |
| auto | operator""_sb4 (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with four digits. | |
| auto | operator""_sb8 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with eight digits. | |
| auto | operator""_sb8 (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with eight digits. | |
| auto | operator""_sb16 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with sixteen digits. | |
| auto | operator""_sb16 (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with sixteen digits. | |
| auto | operator""_sb32 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with thirty two digits. | |
| auto | operator""_sb32 (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with thirty two digits. | |
| auto | operator""_sb64 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with sixty four digits. | |
| auto | operator""_sb64 (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with sixty four digits. | |
| auto | operator""_sd (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a decimal format. | |
| auto | operator""_sd (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a decimal format. | |
| auto | operator""_sx (long double s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sx (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sx2 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sx4 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sx8 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sx16 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sX (long double s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sX (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sX2 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sX4 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sX8 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | operator""_sX16 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
Time span suffixes | |
| auto | operator""_h (unsigned long long h) -> xtd::time_span |
| Used to convert the specified value as hours to xtd::time_span. | |
| auto | operator""_m (unsigned long long m) -> xtd::time_span |
| Used to convert the specified value as minutes to xtd::time_span. | |
| auto | operator""_min (unsigned long long min) -> xtd::time_span |
| Used to convert the specified value as minutes to xtd::time_span. | |
| auto | operator""_ms (unsigned long long ms) -> xtd::time_span |
| Used to convert the specified value as millisconds to xtd::time_span. | |
| auto | operator""_ns (unsigned long long ns) -> xtd::time_span |
| Used to convert the specified value as nanoseconds to xtd::time_span. | |
| auto | operator""_s (unsigned long long s) -> xtd::time_span |
| Used to convert the specified value as seconds to xtd::time_span. | |
| auto | operator""_t (unsigned long long t) -> xtd::time_span |
| Used to convert the specified value as tiks to xtd::time_span. | |
| auto | operator""_us (unsigned long long us) -> xtd::time_span |
| Used to convert the specified value as microseconds to xtd::time_span. | |
| auto | operator""_ts (const char *s, xtd::size n) -> xtd::time_span |
| Used to convert specified value into xtd::time_span. | |
| auto | operator""_ts (const char8 *s, xtd::size n) -> xtd::time_span |
| Used to convert specified value into xtd::time_span. | |
| auto | operator""_ts (const char16 *s, xtd::size n) -> xtd::time_span |
| Used to convert specified value into xtd::time_span. | |
| auto | operator""_ts (const char32 *s, xtd::size n) -> xtd::time_span |
| Used to convert specified value into xtd::time_span. | |
| auto | operator""_ts (const wchar *s, xtd::size n) -> xtd::time_span |
| Used to convert specified value into xtd::time_span. | |
Translator suffixes | |
| auto | operator""_t (const char *s, xtd::size n) noexcept -> const char * |
| Used to translate specified string into locale. | |
| auto | operator""_t (const char8 *s, xtd::size n) noexcept -> xtd::string |
| Used to translate specified string into locale. | |
| auto | operator""_t (const char16 *s, xtd::size n) noexcept -> xtd::string |
| Used to translate specified string into locale. | |
| auto | operator""_t (const char32 *s, xtd::size n) noexcept -> xtd::string |
| Used to translate specified string into locale. | |
| auto | operator""_t (const wchar *s, xtd::size n) noexcept -> xtd::string |
| Used to translate specified string into locale. | |
UInt16 suffixes | |
| auto | operator""_u16 (long double n) -> xtd::uint16 |
| Used to convert specified value into uint16. | |
| auto | operator""_u16 (unsigned long long n) -> xtd::uint16 |
| Used to convert specified value into uint16. | |
| auto | operator""_u16 (const char *s, std::size_t n) -> xtd::uint16 |
| Used to convert specified value into uint16. | |
| auto | operator""_u16 (const char8_t *s, std::size_t n) -> xtd::uint16 |
| Used to convert specified value into uint16. | |
| auto | operator""_u16 (const char16_t *s, std::size_t n) -> xtd::uint16 |
| Used to convert specified value into uint16. | |
| auto | operator""_u16 (const char32_t *s, std::size_t n) -> xtd::uint16 |
| Used to convert specified value into uint16. | |
| auto | operator""_u16 (const wchar_t *s, std::size_t n) -> xtd::uint16 |
| Used to convert specified value into uint16. | |
UInt32 suffixes | |
| auto | operator""_u32 (long double n) -> xtd::uint32 |
| Used to convert specified value into uint32. | |
| auto | operator""_u32 (unsigned long long n) -> xtd::uint32 |
| Used to convert specified value into uint32. | |
| auto | operator""_u32 (const char *s, std::size_t n) -> xtd::uint32 |
| Used to convert specified value into uint32. | |
| auto | operator""_u32 (const char8_t *s, std::size_t n) -> xtd::uint32 |
| Used to convert specified value into uint32. | |
| auto | operator""_u32 (const char16_t *s, std::size_t n) -> xtd::uint32 |
| Used to convert specified value into uint32. | |
| auto | operator""_u32 (const char32_t *s, std::size_t n) -> xtd::uint32 |
| Used to convert specified value into uint32. | |
| auto | operator""_u32 (const wchar_t *s, std::size_t n) -> xtd::uint32 |
| Used to convert specified value into uint32. | |
UInt64 suffixes | |
| auto | operator""_u64 (long double n) -> xtd::uint64 |
| Used to convert specified value into uint64. | |
| auto | operator""_u64 (unsigned long long n) -> xtd::uint64 |
| Used to convert specified value into uint64. | |
| auto | operator""_u64 (const char *s, std::size_t n) -> xtd::uint64 |
| Used to convert specified value into uint64. | |
| auto | operator""_u64 (const char8_t *s, std::size_t n) -> xtd::uint64 |
| Used to convert specified value into uint64. | |
| auto | operator""_u64 (const char16_t *s, std::size_t n) -> xtd::uint64 |
| Used to convert specified value into uint64. | |
| auto | operator""_u64 (const char32_t *s, std::size_t n) -> xtd::uint64 |
| Used to convert specified value into uint64. | |
| auto | operator""_u64 (const wchar_t *s, std::size_t n) -> xtd::uint64 |
| Used to convert specified value into uint64. | |
URI suffixes | |
| auto | operator""_uri (const char *s, xtd::size n) -> xtd::uri |
| Used to convert specified value into xtd::uri. | |
| auto | operator""_uri (const char8 *s, xtd::size n) -> xtd::uri |
| Used to convert specified value into xtd::uri. | |
| auto | operator""_uri (const char16 *s, xtd::size n) -> xtd::uri |
| Used to convert specified value into xtd::uri. | |
| auto | operator""_uri (const char32 *s, xtd::size n) -> xtd::uri |
| Used to convert specified value into xtd::uri. | |
| auto | operator""_uri (const wchar *s, xtd::size n) -> xtd::uri |
| Used to convert specified value into xtd::uri. | |
Version suffixes | |
| auto | operator""_vers (const char *s, xtd::size n) -> xtd::version |
| Used to convert specified value into xtd::version. | |
| auto | operator""_vers (const char8 *s, xtd::size n) -> xtd::version |
| Used to convert specified value into xtd::version. | |
| auto | operator""_vers (const char16 *s, xtd::size n) -> xtd::version |
| Used to convert specified value into xtd::version. | |
| auto | operator""_vers (const char32 *s, xtd::size n) -> xtd::version |
| Used to convert specified value into xtd::version. | |
| auto | operator""_vers (const wchar *s, xtd::size n) -> xtd::version |
| Used to convert specified value into xtd::version. | |
Color suffixes | |
| xtd::drawing::color | operator""_color (const char *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::color. | |
| xtd::drawing::color | operator""_color (const char8 *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::color. | |
| xtd::drawing::color | operator""_color (const char16 *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::color. | |
| xtd::drawing::color | operator""_color (const char32 *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::color. | |
| xtd::drawing::color | operator""_color (const wchar *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::color. | |
Image suffixes | |
| xtd::drawing::image | operator""_image (const char *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::image. | |
| xtd::drawing::image | operator""_image (const char8 *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::image. | |
| xtd::drawing::image | operator""_image (const char16 *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::image. | |
| xtd::drawing::image | operator""_image (const char32 *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::image. | |
| xtd::drawing::image | operator""_image (const wchar *s, xtd::size n) |
| Used to convert specified value into xtd::drawing::image. | |
Country suffixes | |
| xtd::forms::country | operator""_country (const char *s, xtd::size n) |
| Used to convert specified value into xtd::forms::country. | |
| xtd::forms::country | operator""_country (const char8 *s, xtd::size n) |
| Used to convert specified value into xtd::forms::country. | |
| xtd::forms::country | operator""_country (const char16 *s, xtd::size n) |
| Used to convert specified value into xtd::forms::country. | |
| xtd::forms::country | operator""_country (const char32 *s, xtd::size n) |
| Used to convert specified value into xtd::forms::country. | |
| xtd::forms::country | operator""_country (const wchar *s, xtd::size n) |
| Used to convert specified value into xtd::forms::country. | |