共用方式為


<iomanip> get_time

使用所需的格式,從資料流擷取時間值。傳回參數的值為時的結構。

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

參數

  • _Tptr
    在階段結構形式的時間。

  • _Fmt
    將使用的所需格式取得時間值。

屬性值/傳回值

函式的傳回值為資料流 str。

備註

操作工具時,會傳回,並在擷取資料流 str,如同 formatted input function 稱為地區設定的Facet time_get 成員函式 get 與 str,使用 tptr 表示時間結構和 fmt 指示以null結尾的字串開頭的物件。如果成功,這個呼叫在值與所有擷取的時間欄位的時間結構儲存。操作工具會傳回 str。

需求

標題: <iomanip>

命名空間: std

請參閱

參考

<iomanip>

iostream 程式設計

iostreams 慣例