My Project
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 {
38 }
39 
40 #endif
A bsl::basic_string_view is a non-owning, encapsulation of a string, providing helper functions for w...
Definition: basic_string_view.hpp:60