std::chrono::operator<< (std::chrono::sys_info)

From cppreference.com
< cpplrm; | chronolrm; | sys info
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
std::chrono::sys_info
Non-member functions
operator<<
Defined in header <chrono>
template<class CharT, class Traits>

std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,

const std::chrono::sys_info& r);
(since C++20)

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

Return value

os.