operator<<(std::experimental::basic_string_view)
来自 cppreference.cn
< cpp | experimental | basic string view
定义于头文件 <experimental/string_view> |
||
template <class CharT, class Traits> std::basic_ostream<CharT, Traits>& |
(library fundamentals TS) | |
Equivalent to os << v.to_string().
[编辑] 参数
os | - | 一个字符输出流 |
v | - | 要插入的视图 |
[编辑] 返回值
os