xtd 0.2.0
Loading...
Searching...
No Matches
__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
21namespace 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
44
55
66
67#if defined(__xtd__cpp_lib_char8_t)
78#endif
79
90}
Contains __xtd_std_version definitions.
Represents text as a sequence of character units.
Definition basic_string.h:79
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10