xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__string_definitions.h
Go to the documentation of this file.
1
4
#pragma once
6
#if !defined(__XTD_CORE_INTERNAL__)
7
#error "Do not include this file: Internal use only"
8
#endif
10
#include <string>
11
#define __XTD_STD_INTERNAL__
12
#include "
__xtd_std_version.h
"
13
#include "../collections/generic/helpers/allocator.h"
14
#include "../char16.h"
15
#include "../char32.h"
16
#include "../char8.h"
17
#include "../wchar.h"
18
#undef __XTD_STD_INTERNAL__
19
21
namespace
xtd
{
31
template
<
typename
char
_t,
typename
traits_t = std::
char
_traits<
char
_t>,
typename
allocator_t = xtd::collections::
generic
::helpers::allocator<
char
_t>>
32
class
basic_string;
33
43
using
string
=
xtd::basic_string<char>
;
44
54
using
u16string
=
xtd::basic_string<xtd::char16>
;
55
65
using
u32string
=
xtd::basic_string<xtd::char32>
;
66
67
#if defined(__xtd__cpp_lib_char8_t)
77
using
u8string
=
xtd::basic_string<xtd::char8>
;
78
#endif
79
89
using
wstring
=
xtd::basic_string<xtd::wchar>
;
90
}
__xtd_std_version.h
Contains __xtd_std_version definitions.
xtd::basic_string
Represents text as a sequence of character units.
Definition
basic_string.h:79
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Sun Nov 17 2024 19:43:52 for xtd by
Gammasoft
. All rights reserved.