xtd 0.2.0
Loading...
Searching...
No Matches
u8string.h
Go to the documentation of this file.
1
4#pragma once
5#define __XTD_CORE_INTERNAL__
7#undef __XTD_CORE_INTERNAL__
8#include "basic_string.h"
9
11namespace xtd {
12#if defined(__xtd__cpp_lib_char8_t)
23#endif
24}
Contains string definitions.
Contains xtd::basic_string class.
Represents text as a sequence of character units.
Definition basic_string.h:79
xtd::basic_string< xtd::char8 > u8string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.h:77
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10