xtd 1.0.0
Loading...
Searching...
No Matches
wstring_view.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <string_view>
6#include "wchar.hpp"
7
9namespace xtd {
16 using wstring_view = std::basic_string_view<xtd::wchar>;
17}
std::basic_string_view< xtd::wchar > wstring_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition wstring_view.hpp:16
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::wchar type.