名稱空間
變體
操作

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

來自 cppreference.com
< cpp‎ | chrono‎ | sys_info
 
 
 
 
定義於標頭檔案 <chrono>
template< class CharT, class Traits >

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

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

r 的文字表示插入到 os 中。具體格式未指定。

[編輯] 引數

os - 一個用於插入資訊物件的輸出流
r - 一個時區資訊物件

[編輯] 返回值

os

[編輯] 示例