std::chrono::operator<< (std::chrono::sys_info)
来自 cppreference.com
定义在头文件 <chrono> 中 |
||
template< class CharT, class Traits > std::basic_ostream<CharT, Traits>& operator<<( std::basic_ostream<CharT, Traits>& os, |
(自 C++20 起) | |
将 r 的文本表示形式插入到 os 中。确切格式未指定。
[编辑] 返回值
os