std::chrono::operator<< (std::chrono::sys_info) - cppreference.com
From cppreference.com
|
|
(since C++20) | |
Inserts a textual representation of r into os. The exact format is unspecified.
Parameters
| os | - | an output stream to insert information object into |
| r | - | a time zone information object |
Return value
os