<iomanip>

包括iostreams标准头<iomanip>定义几个 manipulators 每个需要一个参数。

#include <iomanip>

备注

每个这些 manipulators 返回未指定的类型,称为 T1T10的重载都basic_istream<ElemTr>::运算符 >>basic_ostream<ElemTr>::运算符 <<

ydd54a6t.collapse_all(zh-cn,VS.110).gifManipulators

get_money

获取货币金额,在国际格式 (可选)。

get_time

获取时间结构中的某个时间,通过使用指定的格式。

put_money

提供货币金额,在国际格式 (可选)。

put_time

提供时间结构,并使用一个格式字符串中的某个时间。

resetiosflags

清除指定的标志。

setbase

设置基础的整数。

setfill

设置将用于填充右对齐显示空格的字符。

setiosflags

设置指定的标志。

setprecision

设置浮点值的精度。

setw

指定在显示区域的宽度。

请参见

参考

线程安全性对标准C++库中

iostream编程

(mfc)约定

其他资源

iomanip 成员

标头文件