std::chrono::operator<< (std::chrono::sys_info)
在标头
<chrono> 定义 |
||
template< class CharT, class Traits >
std::basic_ostream<CharT, Traits>& operator<<( std::basic_ostream<CharT, Traits>& os, |
(C++20 起) | |
插入 r 的文本表示到 os 中。确切格式未指定。
返回值
os
在标头
<chrono> 定义 |
||
template< class CharT, class Traits >
std::basic_ostream<CharT, Traits>& operator<<( std::basic_ostream<CharT, Traits>& os, |
(C++20 起) | |
插入 r 的文本表示到 os 中。确切格式未指定。
os