std::chrono::operator<< (std::chrono::utc_time)
来自cppreference.com
template <class CharT, class Traits, class Duration> std::basic_ostream<CharT, Traits>& |
(C++20 起) | |
如同用 std::chrono::to_stream(os, fmt, tp) 输出 tp
到流 os
中,其中 fmt
是含有加宽到 CharT
的 "%F %T" 的字符串。
返回值
os
。
参阅
按照给定的格式输出 utc_time 到流 (函数模板) |