std::chrono::operator<< (std::chrono::local_info)
From cppreference.com
< cpp | chrono | local info
Defined in header <chrono>
|
||
template<class CharT, class Traits> std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os, |
(since C++20) | |
Inserts a textual representation of r
into os
. The exact format is unspecified.
Return value
os
.