共用方式為


unitbuf

,會在緩衝區不是空白時,會讓輸出處理。

ios_base& unitbuf(
   ios_base& _Str
);

參數

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

傳回值

在 _Str 衍生物件的參考。

備註

請注意 endl 也會清除緩衝區。

nounitbuf 選項為作用中。

操作工具有效地呼叫 _Str.setf(ios_base::unitbuf),然後傳回 _Str。

需求

標題: <ios>

命名空間: std

請參閱

參考

iostream 程式設計

iostreams 慣例