std::chrono::to_stream(std::chrono::year) (3) Linux Manual Page
std::chrono::to_stream(std::chrono::year) – std::chrono::to_stream(std::chrono::year) Synopsis template <class CharT, class Traits> std::basic_ostream<CharT, Traits> &(since C++ 20) to_stream(std::basic_ostream<CharT, Traits> &os, const CharT *fmt, const std::chrono::year &y); Outputs y to the stream os, formatted according to the null-terminated format string fmt. Format string The format string consists of zero or more conversion specifiers and ordinary characters. All ordinary characters,…
