共用方式為


noshowpos

造成無效的明確簽署。

ios_base& noshowpos( 
   ios_base& _Str 
);

參數

  • _Str
    參考型別 ios_base物件,或是繼承自 ios_base的型別。

傳回值

對 _Str 衍生的物件參考。

備註

noshowpos 預設為開啟。

操作工具有效地呼叫 _Str.unsetf(ios_base::showps),則傳回 _Str。

範例

為使用執行個體 noshowpos。請參閱 showpos

需求

標題: <ios>

命名空間: std

請參閱

參考

iostream 程式設計

iostreams 慣例