operator<<(std::experimental::basic_string_view)
Min standard notice:
Header: <experimental/string_view>
Equivalent to os « v.to_string().
# Declarations
template <class CharT, class Traits>
std::basic_ostream<CharT, Traits>&
operator<<(std::basic_ostream<CharT, Traits>& os,
std::basic_string_view <CharT, Traits> v);
(library fundamentals TS)
# Parameters
os: a character output streamv: the view to be inserted
# Return value
os