My Project
include
bsl
string_view.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_STRING_VIEW_HPP
29
#define BSL_STRING_VIEW_HPP
30
31
#include "
basic_string_view.hpp
"
32
33
namespace
bsl
34
{
37
using
string_view
=
basic_string_view<char_type>
;
38
}
39
40
#endif
bsl::basic_string_view
A bsl::basic_string_view is a non-owning, encapsulation of a string, providing helper functions for w...
Definition:
basic_string_view.hpp:60
basic_string_view.hpp
Generated by
1.8.15