Outputs tp
into the stream os
.
auto const dp = std::chrono::floor<std::chrono::days>(tp); os << std::chrono::year_month_day(dp) << ' ' << std::chrono::time_of_day(tp - dp);
std::chrono::treat_as_floating_point_v<typename Duration::rep>
is false
and Duration(1) < std::chrono::days(1)
.os << std::chrono::year_month_day(tp);
os
.
(C++20) | outputs a sys_time into a stream according to the provided format (function template) |
outputs a year_month_day into a stream (function template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/chrono/system_clock/operator_ltlt