共用方式為


<iomanip> put_time

使用指定的格式,寫入資料流從時間結構的時間值。

template<class Elem>
    T10 put_time(
        struct tm *_Tptr, 
        const Elem *_Fmt
);

參數

  • _Tptr
    要寫入的時間值寫入資料流,,假設時間結構。

  • _Fmt
    寫入時間值的格式。

屬性值/傳回值

傳回資料流 str。

備註

操作工具傳回,也就是說,當插入資料流 str,如同 formatted output function的物件。 輸出函式的地區設定 (Locale) 的 Facet time_put 成員函式 put 與 str。 輸出函式使用 _Tptr 表示時間結構和 _Fmt 表示 NUL 結尾的格式字串的開頭。 如果成功,則呼叫 Insert From 格式字串的常值文字和從時間結構之已轉換的值。 操作工具會傳回 str。

需求

標題: <iomanip>

命名空間: std

請參閱

參考

<iomanip>

iostream 程式設計

iostreams 慣例