std::chrono::operator<< (std::chrono::zoned_time)
来自cppreference.com
< cpp | chrono | zoned time
template <class CharT, class Traits, class Duration, class TimeZonePtr> std::basic_ostream<CharT, Traits>& |
(C++20 起) | |
如同用 std::chrono::to_stream(os, fmt, tp) 输出 tp
到流 os
,其中 fmt
是加宽成 CharT 的 "%F %T %Z" 。
返回值
os
。
参阅
按照提供的格式输出 zoned_time 到流中 (函数模板) |