The xtd::literals namespace contains all xtd's litterals operators.
|
| 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, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_b (const char8_t *s, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_b (const char16_t *s, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_b (const char32_t *s, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_b (const wchar_t *s, xtd::usize 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, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_u8 (const char8_t *s, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_u8 (const char16_t *s, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_u8 (const char32_t *s, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into byte.
|
| auto | operator""_u8 (const wchar_t *s, xtd::usize n) -> xtd::byte |
| | Used to convert specified value into uint16.
|
|
| 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, xtd::usize n) -> double |
| | Used to convert specified value into byte.
|
| auto | operator""_d (const char8_t *s, xtd::usize n) -> double |
| | Used to convert specified value into byte.
|
| auto | operator""_d (const char16_t *s, xtd::usize n) -> double |
| | Used to convert specified value into byte.
|
| auto | operator""_d (const char32_t *s, xtd::usize n) -> double |
| | Used to convert specified value into byte.
|
| auto | operator""_d (const wchar_t *s, xtd::usize n) -> double |
| | Used to convert specified value into byte.
|
|
| 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, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_i16 (const char8_t *s, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_i16 (const char16_t *s, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_i16 (const char32_t *s, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_i16 (const wchar_t *s, xtd::usize 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, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_s16 (const char8_t *s, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_s16 (const char16_t *s, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_s16 (const char32_t *s, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
| auto | operator""_s16 (const wchar_t *s, xtd::usize n) -> xtd::int16 |
| | Used to convert specified value into int16.
|
|
| 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, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_i32 (const char8_t *s, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_i32 (const char16_t *s, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_i32 (const char32_t *s, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_i32 (const wchar_t *s, xtd::usize 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, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_s32 (const char8_t *s, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_s32 (const char16_t *s, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_s32 (const char32_t *s, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
| auto | operator""_s32 (const wchar_t *s, xtd::usize n) -> xtd::int32 |
| | Used to convert specified value into int32.
|
|
| 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, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_i64 (const char8_t *s, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_i64 (const char16_t *s, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_i64 (const char32_t *s, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_i64 (const wchar_t *s, xtd::usize 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, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_s64 (const char8_t *s, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_s64 (const char16_t *s, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_s64 (const char32_t *s, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
| auto | operator""_s64 (const wchar_t *s, xtd::usize n) -> xtd::int64 |
| | Used to convert specified value into int64.
|
|
| 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, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_i8 (const char8_t *s, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_i8 (const char16_t *s, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_i8 (const char32_t *s, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_i8 (const wchar_t *s, xtd::usize 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, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_s8 (const char8_t *s, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_s8 (const char16_t *s, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_s8 (const char32_t *s, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
| auto | operator""_s8 (const wchar_t *s, xtd::usize n) -> xtd::sbyte |
| | Used to convert specified value into sbyte.
|
|
| 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, xtd::usize n) -> float |
| | Used to convert specified value into byte.
|
| auto | operator""_f (const char8_t *s, xtd::usize n) -> float |
| | Used to convert specified value into byte.
|
| auto | operator""_f (const char16_t *s, xtd::usize n) -> float |
| | Used to convert specified value into byte.
|
| auto | operator""_f (const char32_t *s, xtd::usize n) -> float |
| | Used to convert specified value into byte.
|
| auto | operator""_f (const wchar_t *s, xtd::usize n) -> float |
| | Used to convert specified value into byte.
|
|
| constexpr auto | operator""_sz (long double n) -> xtd::ssize |
| | Used to convert specified value into signed xtd::ssize.
|
| constexpr auto | operator""_sz (unsigned long long n) -> xtd::ssize |
| | Used to convert specified value into signed xtd::ssize.
|
| auto | operator""_sz (const char *s, xtd::usize n) -> xtd::ssize |
| | Used to convert specified value into signed xtd::ssize.
|
| auto | operator""_sz (const char8_t *s, xtd::usize n) -> xtd::ssize |
| | Used to convert specified value into signed xtd::ssize.
|
| auto | operator""_sz (const char16_t *s, xtd::usize n) -> xtd::ssize |
| | Used to convert specified value into signed xtd::ssize.
|
| auto | operator""_sz (const char32_t *s, xtd::usize n) -> xtd::ssize |
| | Used to convert specified value into signed xtd::ssize.
|
| auto | operator""_sz (const wchar_t *s, xtd::usize n) -> xtd::ssize |
| | Used to convert specified value into signed xtd::ssize.
|
| constexpr auto | operator""_uz (long double n) -> xtd::usize |
| | Used to convert specified value into xtd::usize.
|
| constexpr auto | operator""_uz (unsigned long long n) -> xtd::usize |
| | Used to convert specified value into xtd::usize.
|
| auto | operator""_uz (const char *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into xtd::usize.
|
| auto | operator""_uz (const char8_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into xtd::usize.
|
| auto | operator""_uz (const char16_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into xtd::usize.
|
| auto | operator""_uz (const char32_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into xtd::usize.
|
| auto | operator""_uz (const wchar_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into xtd::usize.
|
| constexpr auto | operator""_z (long double n) -> xtd::usize |
| | Used to convert specified value into signed xtd::usize.
|
| constexpr auto | operator""_z (unsigned long long n) -> xtd::usize |
| | Used to convert specified value into signed xtd::usize.
|
| auto | operator""_z (const char *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into signed xtd::usize.
|
| auto | operator""_z (const char8_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into signed xtd::usize.
|
| auto | operator""_z (const char16_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into signed xtd::usize.
|
| auto | operator""_z (const char32_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into signed xtd::usize.
|
| auto | operator""_z (const wchar_t *s, xtd::usize n) -> xtd::usize |
| | Used to convert specified value into signed xtd::usize.
|
|
| auto | operator""_s (const char *s, xtd::usize n) -> xtd::string |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_s (const char8 *s, xtd::usize n) -> xtd::string |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_s (const char16 *s, xtd::usize n) -> xtd::string |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_s (const char32 *s, xtd::usize n) -> xtd::string |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_s (const wchar *s, xtd::usize 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""_sv (const char *s, xtd::usize n) -> xtd::string_view |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_sv (const char8 *s, xtd::usize n) -> xtd::u8string_view |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_sv (const char16 *s, xtd::usize n) -> xtd::u16string_view |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_sv (const char32 *s, xtd::usize n) -> xtd::u32string_view |
| | Used to convert specified value into xtd::string.
|
| auto | operator""_sv (const wchar *s, xtd::usize n) -> xtd::wstring_view |
| | 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.
|
| 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.
|