Contains xtd::byte suffixes.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::literals |
The xtd::literals namespace contains all xtd's litterals operators. | |
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. | |