noshowbase
启用指示数字显示的标志基础。
ios_base& noshowbase(
ios_base& _Str
);
参数
返回值
为_Str派生的对象的引用。
备注
默认情况下,noshowbase 处于打开状态。 使用 showbase 指示数字标志基础。
操作者有效调用 _Str.unsetf(ios_base::showbase),然后返回 _Str。
示例
为的示例演示如何参见 showbase 使用 noshowbase。
要求
标头: <ios>
命名空间: std
请参见
参考
iostream编程
(mfc)约定