xtd 1.0.0
Loading...
Searching...
No Matches
string_view.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
16}
Contains xtd::basic_string_view alias.
std::basic_string_view< char_t, traits_t > basic_string_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition basic_string_view.hpp:16
xtd::basic_string_view< char > string_view
Represents an object that can refer to a constant contiguous sequence of char_t with the first elemen...
Definition string_view.hpp:15
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8