W3cubDocs

/C++

std::chrono::operator<< (std::chrono::local_info)

Defined in header <chrono>
template<class CharT, class Traits>
std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
                                              const std::chrono::local_info& r);
(since C++20)

Inserts a textual representation of r into os. The exact format is unspecified.

Return value

os.

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/chrono/local_info/operator_ltlt