std::chrono::operator<<(std::chrono::local_time)
來自 cppreference.com
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) |