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