<iomanip> put_time

使用指定的格式从时间,将结构的值。流。

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

参数

  • _Tptr
    编写的时间值。流,假定位于时间结构。

  • _Fmt
    编写时间值所需格式。

属性值/返回值

流返回 str。

备注

操控程序返回,那么,当插入流,str行为为 formatted output function的对象。 区域设置方面的 time_put 成员函数 put 与 str的输出函数调用。 输出功能使用 _Tptr 时间指示结构和 _Fmt 指示一 NUL 终止的格式字符串的开头。 如果插入成功,调用它来从格式化字符串中的文本和从时间配置转换的值。 移动然后返回 str。

要求

页眉: <iomanip>

命名空间: std

请参见

参考

<iomanip>

iostream 编程

iostreams 约定