std::chrono::operator<<(std::chrono::weekday_indexed) (3) - Linux Manuals
std::chrono::operator<<(std::chrono::weekday_indexed): std::chrono::operator<<(std::chrono::weekday_indexed)
NAME
std::chrono::operator<<(std::chrono::weekday_indexed) - std::chrono::operator<<(std::chrono::weekday_indexed)
Synopsis
template <class CharT, class Traits>
std::basic_ostream<CharT, Traits>& (since C++20)
operator<<(std::basic_ostream<CharT, Traits>& os, const std::chrono::weekday_indexed& wdi);
Outputs a textual representation of wdi into the stream os, as if by:
Return value
os.
Notes
This operator<< is primarily intended for debugging use. When used with non-default stream flags, the output may be surprising: