15#define __XTD_CORE_INTERNAL__
17#undef __XTD_CORE_INTERNAL__
141 [[nodiscard]]
auto operator""_sb2(
unsigned long long s) ->
xtd::string;
167 [[nodiscard]]
auto operator""_sb4(
unsigned long long s) ->
xtd::string;
193 [[nodiscard]]
auto operator""_sb8(
unsigned long long s) ->
xtd::string;
219 [[nodiscard]]
auto operator""_sb16(
unsigned long long s) ->
xtd::string;
245 [[nodiscard]]
auto operator""_sb32(
unsigned long long s) ->
xtd::string;
271 [[nodiscard]]
auto operator""_sb64(
unsigned long long s) ->
xtd::string;
401 [[nodiscard]]
auto operator""_sx2(
unsigned long long s) ->
xtd::string;
414 [[nodiscard]]
auto operator""_sx4(
unsigned long long s) ->
xtd::string;
427 [[nodiscard]]
auto operator""_sx8(
unsigned long long s) ->
xtd::string;
440 [[nodiscard]]
auto operator""_sx16(
unsigned long long s) ->
xtd::string;
479 [[nodiscard]]
auto operator""_sX2(
unsigned long long s) ->
xtd::string;
492 [[nodiscard]]
auto operator""_sX4(
unsigned long long s) ->
xtd::string;
505 [[nodiscard]]
auto operator""_sX8(
unsigned long long s) ->
xtd::string;
518 [[nodiscard]]
auto operator""_sX16(
unsigned long long s) ->
xtd::string;
std::basic_string_view< char > string_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition string_view.hpp:15
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
std::basic_string_view< xtd::char16 > u16string_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition u16string_view.hpp:16
std::basic_string_view< xtd::char8 > u8string_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition u8string_view.hpp:16
std::basic_string_view< xtd::wchar > wstring_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition wstring_view.hpp:16
std::basic_string_view< xtd::char16 > u32string_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition u32string_view.hpp:16
char8_t char8
Represents a 8-bit unicode character.
Definition char8.hpp:26
wchar_t wchar
Represents a wide character.
Definition wchar.hpp:24
char16_t char16
Represents a 16-bit unicode character.
Definition char16.hpp:26
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
char32_t char32
Represents a 32-bit unicode character.
Definition char32.hpp:23
@ s
The S key.
Definition console_key.hpp:124
@ n
The N key.
Definition console_key.hpp:114
The xtd::literals namespace contains all xtd's litterals operators.
Definition byte.hpp:15
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::string alias.
Contains xtd::string_view alias.
Contains xtd::u16string alias.
Contains xtd::u16string_view alias.
Contains xtd::u32string alias.
Contains xtd::u32string_view alias.
Contains xtd::u8string alias.
Contains xtd::u8string_view alias.
Contains xtd::wstring alias.
Contains xtd::wstring_view alias.