std::ios_base::flags
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
fmtflags flags() const; |
(1) | |
fmtflags flags( fmtflags flags ); |
(2) | |
管理格式标志.
1) 返回当前的格式设置
2) 取代目前的设定值与给定的.
原文:
replaces current settings with given ones.
目录 |
[编辑] 参数
flags | - | 新的格式设置。它可以是一个组合的以下常量:
原文: new formatting setting. It can be a combination of the following constants:
|
[编辑] 返回值
之前,调用该函数的格式标记
原文:
the formatting flags before the call to the function
[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
设置特定格式的标志 (公共成员函数) | |
clears specific format flag (公共成员函数) |