std::chrono::operator<< (std::chrono::local_info)
来自cppreference.com
                    
                                        
                    < cpp | chrono | local info
                    
                                                            
                    |   在标头  <chrono> 定义
  | 
||
|   template<class CharT, class Traits> std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,  | 
(C++20 起) | |
插入 r 的文本表示到 os 中。准确格式未指定。
返回值
os 。