noshowbase
將表示數字所顯示的標記基底。
ios_base& noshowbase(
ios_base& _Str
);
參數
傳回值
對 _Str 衍生的物件參考。
備註
noshowbase 預設為開啟。 使用 showbase 表示數字標記基底。
操作工具有效地呼叫 _Str.unsetf(ios_base::showbase),則傳回 _Str。
範例
提供的範例參閱 showbase 使用 noshowbase。
需求
標題: <ios>
命名空間: std
請參閱
參考
iostream 程式設計
iostreams 慣例