Namespaces
Variants

std::chrono:: operator<< (std::chrono::local_time)

From cppreference.net
template < class CharT, class Traits, class Duration >

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

const std:: chrono :: local_time < Duration > & tp ) ;
(seit C++20)

Gibt tp in den Stream os aus, als ob durch os << std:: chrono :: sys_time < Duration > ( tp. time_since_epoch ( ) ) ; .

Rückgabewert

os

Siehe auch

führt Stream-Ausgabe auf einem sys_time durch
(Funktions-Template)