Section
std::experimental::basic_string_view
The class template basic_string_view describes an object that can refer to a constant contiguous sequence of char-like objects with the first element of the sequence at position zero.
# Declarations
template<
class CharT,
class Traits = std::char_traits<CharT>
> class basic_string_view;
(library fundamentals TS)