xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
u32string_view.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <string_view>
6
#include "
char32.hpp
"
7
9
namespace
xtd
{
16
using
u32string_view
= std::basic_string_view<xtd::char16>;
17
}
char32.hpp
Contains xtd::char32 type.
xtd::u32string_view
std::basic_string_view< xtd::char16 > u32string_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition
u32string_view.hpp:16
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.