#include "../string.hpp"#include "../string_view.hpp"#include "../u16string.hpp"#include "../u16string_view.hpp"#include "../u32string.hpp"#include "../u32string_view.hpp"#include "../u8string.hpp"#include "../u8string_view.hpp"#include "../wstring.hpp"#include "../wstring_view.hpp"#include "../internal/__string_definitions.hpp"Contains xtd::string 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. | |
String suffixes | |
| auto | xtd::literals::operator""_s (const char *s, xtd::usize n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_s (const char8 *s, xtd::usize n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_s (const char16 *s, xtd::usize n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_s (const char32 *s, xtd::usize n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_s (const wchar *s, xtd::usize n) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sb (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format. | |
| auto | xtd::literals::operator""_sb (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format. | |
| auto | xtd::literals::operator""_sb2 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with two digits. | |
| auto | xtd::literals::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 | xtd::literals::operator""_sb4 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with four digits. | |
| auto | xtd::literals::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 | xtd::literals::operator""_sb8 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with eight digits. | |
| auto | xtd::literals::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 | xtd::literals::operator""_sb16 (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a binary format with sixteen digits. | |
| auto | xtd::literals::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 | xtd::literals::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 | xtd::literals::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 | xtd::literals::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 | xtd::literals::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 | xtd::literals::operator""_sd (long double s) -> xtd::string |
| Used to convert the specified value to xtd::string with a decimal format. | |
| auto | xtd::literals::operator""_sd (unsigned long long s) -> xtd::string |
| Used to convert the specified value to xtd::string with a decimal format. | |
| auto | xtd::literals::operator""_sv (const char *s, xtd::usize n) -> xtd::string_view |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sv (const char8 *s, xtd::usize n) -> xtd::u8string_view |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sv (const char16 *s, xtd::usize n) -> xtd::u16string_view |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sv (const char32 *s, xtd::usize n) -> xtd::u32string_view |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sv (const wchar *s, xtd::usize n) -> xtd::wstring_view |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sx (long double s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sx (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sx2 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sx4 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sx8 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sx16 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sX (long double s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sX (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sX2 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sX4 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sX8 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |
| auto | xtd::literals::operator""_sX16 (unsigned long long s) -> xtd::string |
| Used to convert specified value into xtd::string. | |