operator<<(std::experimental::basic_string_view)
来自cppreference.com
< cpp | experimental | basic string view
在标头 <experimental/string_view> 定义
|
||
template <class CharT, class Traits> std::basic_ostream<CharT, Traits>& |
(库基础 TS) | |
等价于 os << v.to_string()。
参数
os | - | 字符输出流 |
v | - | 要插入的视图 |
返回值
os