std::chrono::operator<< (std::chrono::sys_info)
來自 cppreference.com
定義於標頭檔案 <chrono> |
||
template< class CharT, class Traits > std::basic_ostream<CharT, Traits>& operator<<( std::basic_ostream<CharT, Traits>& os, |
(C++20 起) | |
將 r 的文字表示插入到 os 中。具體格式未指定。
[編輯] 引數
os | - | 一個用於插入資訊物件的輸出流 |
r | - | 一個時區資訊物件 |
[編輯] 返回值
os
[編輯] 示例
本節不完整 原因:無示例 |