std::chrono::operator<< (std::chrono::month_weekday)
From cppreference.com
< cpp | chrono | month weekday
template <class CharT, class Traits> std::basic_ostream<CharT, Traits>& |
(since C++20) | |
Outputs a textual representation of mwd
into os
, as if by os << mwd.month() << '/' << mwd.weekday_indexed();
Return value
os
.
Notes
This operator<<
is primarily intended for debugging use. When used with non-default stream flags, the output may be surprising: