xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
wstring.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#define __XTD_CORE_INTERNAL__
6
#include "
internal/__string_definitions.hpp
"
7
#undef __XTD_CORE_INTERNAL__
8
#include "
basic_string.hpp
"
9
11
namespace
xtd
{
21
using
wstring
= xtd::basic_string<xtd::wchar>;
22
}
__string_definitions.hpp
basic_string.hpp
Contains xtd::basic_string class.
xtd::wstring
xtd::basic_string< xtd::wchar > wstring
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows syste...
Definition
__string_definitions.hpp:87
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.