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