std::chrono::operator<<(std::chrono::local_time)
来自 cppreference.cn
template< class CharT, class Traits, class Duration > std::basic_ostream<CharT, Traits>& |
(C++20 起) | |
将 tp 输出到流 os,如同通过 os << std::chrono::sys_time<Duration>(tp.time_since_epoch());。
[edit] 返回值
os
[edit] 参阅
对 sys_time 执行流输出(function template) |