#include <string>
#include "__xtd_std_version.hpp"
#include "../collections/generic/helpers/allocator.hpp"
#include "../char16.hpp"
#include "../char32.hpp"
#include "../char8.hpp"
#include "../wchar.hpp"
Contains string definitions.
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. | |
Typedefs | |
using | xtd::string |
Represents text as a sequence of UTF-8 code units. | |
using | xtd::u16string |
Represents text as a sequence of UTF-16 code units. | |
using | xtd::u32string |
Represents text as a sequence of UTF-32 code units. | |
using | xtd::u8string |
Represents text as a sequence of UTF-8 code units. | |
using | xtd::wstring |
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows systems. | |