xtd 0.2.0
Loading...
Searching...
No Matches
xtd::literals Namespace Reference

Definition

The xtd::literals namespace contains all xtd's litterals operators.

Functions

xtd::byte operator""_b (const char *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_b (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_b (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_b (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_b (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_b (long double n)
 Used to convert specified value into byte.
 
xtd::byte operator""_b (unsigned long long n)
 Used to convert specified value into byte.
 
char32 operator""_c (char c)
 Used to convert specified value into char32._t.
 
char32 operator""_c (char16 c)
 Used to convert specified value into char32._t.
 
char32 operator""_c (char32 c)
 Used to convert specified value into char32._t.
 
char32 operator""_c (unsigned long long c)
 Used to convert specified value into char32._t.
 
char32 operator""_c (wchar c)
 Used to convert specified value into char32._t.
 
double operator""_d (const char *s, size_t n)
 Used to convert specified value into byte.
 
double operator""_d (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
double operator""_d (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
double operator""_d (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
double operator""_d (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
double operator""_d (long double n)
 Used to convert specified value into byte.
 
double operator""_d (unsigned long long n)
 Used to convert specified value into byte.
 
float operator""_f (const char *s, size_t n)
 Used to convert specified value into byte.
 
float operator""_f (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
float operator""_f (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
float operator""_f (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
float operator""_f (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
float operator""_f (long double n)
 Used to convert specified value into byte.
 
float operator""_f (unsigned long long n)
 Used to convert specified value into byte.
 
xtd::time_span operator""_h (unsigned long long s)
 Used to convert the specified value as hours to xtd::time_span.
 
xtd::time_span operator""_m (unsigned long long s)
 Used to convert the specified value as minutes to xtd::time_span.
 
xtd::time_span operator""_min (unsigned long long s)
 Used to convert the specified value as minutes to xtd::time_span.
 
xtd::time_span operator""_ms (unsigned long long s)
 Used to convert the specified value as millisconds to xtd::time_span.
 
xtd::time_span operator""_ns (unsigned long long s)
 Used to convert the specified value as nanoseconds to xtd::time_span.
 
xtd::ustring operator""_s (const char *s, size_t n)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_s (const char16 *s, size_t n)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_s (const char32 *s, size_t n)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_s (const char8 *s, size_t n)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_s (const wchar *s, size_t n)
 Used to convert specified value into xtd::ustring.
 
xtd::time_span operator""_s (unsigned long long s)
 Used to convert the specified value as seconds to xtd::time_span.
 
int16 operator""_s16 (const char *s, size_t n)
 Used to convert specified value into byte.
 
int16 operator""_s16 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
int16 operator""_s16 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
int16 operator""_s16 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
int16 operator""_s16 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
int16 operator""_s16 (long double n)
 Used to convert specified value into byte.
 
int16 operator""_s16 (unsigned long long n)
 Used to convert specified value into byte.
 
int32 operator""_s32 (const char *s, size_t n)
 Used to convert specified value into byte.
 
int32 operator""_s32 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
int32 operator""_s32 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
int32 operator""_s32 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
int32 operator""_s32 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
int32 operator""_s32 (long double n)
 Used to convert specified value into byte.
 
int32 operator""_s32 (unsigned long long n)
 Used to convert specified value into byte.
 
int64 operator""_s64 (const char *s, size_t n)
 Used to convert specified value into byte.
 
int64 operator""_s64 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
int64 operator""_s64 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
int64 operator""_s64 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
int64 operator""_s64 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
int64 operator""_s64 (long double n)
 Used to convert specified value into byte.
 
int64 operator""_s64 (unsigned long long n)
 Used to convert specified value into byte.
 
sbyte operator""_s8 (const char *s, size_t n)
 Used to convert specified value into byte.
 
sbyte operator""_s8 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
sbyte operator""_s8 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
sbyte operator""_s8 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
sbyte operator""_s8 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
sbyte operator""_s8 (long double n)
 Used to convert specified value into byte.
 
sbyte operator""_s8 (unsigned long long n)
 Used to convert specified value into byte.
 
xtd::ustring operator""_sb (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format.
 
xtd::ustring operator""_sb16 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with sixteen digits.
 
xtd::ustring operator""_sb2 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with two digits.
 
xtd::ustring operator""_sb32 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with thirty two digits.
 
xtd::ustring operator""_sb4 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with four digits.
 
xtd::ustring operator""_sb64 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with sixty four digits.
 
xtd::ustring operator""_sb8 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with eight digits.
 
xtd::ustring operator""_sd (long double s)
 Used to convert the specified value to xtd::ustring with a decimal format.
 
xtd::ustring operator""_sd (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a decimal format.
 
xtd::ustring operator""_sx (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_sX (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_sx2 (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_sX2 (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_sx4 (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_sX4 (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_sx8 (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
xtd::ustring operator""_sX8 (unsigned long long s)
 Used to convert specified value into xtd::ustring.
 
const char * operator""_t (const char *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring operator""_t (const char16 *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring operator""_t (const char32 *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring operator""_t (const char8 *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring operator""_t (const wchar *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::time_span operator""_t (unsigned long long s)
 Used to convert the specified value as tiks to xtd::time_span.
 
uint16 operator""_u16 (const char *s, size_t n)
 Used to convert specified value into byte.
 
uint16 operator""_u16 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
uint16 operator""_u16 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
uint16 operator""_u16 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
uint16 operator""_u16 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
uint16 operator""_u16 (long double n)
 Used to convert specified value into byte.
 
uint16 operator""_u16 (unsigned long long n)
 Used to convert specified value into byte.
 
uint32 operator""_u32 (const char *s, size_t n)
 Used to convert specified value into byte.
 
uint32 operator""_u32 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
uint32 operator""_u32 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
uint32 operator""_u32 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
uint32 operator""_u32 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
uint32 operator""_u32 (long double n)
 Used to convert specified value into byte.
 
uint32 operator""_u32 (unsigned long long n)
 Used to convert specified value into byte.
 
uint64 operator""_u64 (const char *s, size_t n)
 Used to convert specified value into byte.
 
uint64 operator""_u64 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
uint64 operator""_u64 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
uint64 operator""_u64 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
uint64 operator""_u64 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
uint64 operator""_u64 (long double n)
 Used to convert specified value into byte.
 
uint64 operator""_u64 (unsigned long long n)
 Used to convert specified value into byte.
 
xtd::byte operator""_u8 (const char *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_u8 (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_u8 (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_u8 (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_u8 (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte operator""_u8 (long double n)
 Used to convert specified value into byte.
 
xtd::byte operator""_u8 (unsigned long long n)
 Used to convert specified value into byte.
 
xtd::time_span operator""_us (unsigned long long s)
 Used to convert the specified value as microseconds to xtd::time_span.