共用方式為


setfill

設定要用來填滿中靠右對齊的顯示的空白字元。

template<class Elem>
   T4 setfill(
      Elem _Ch
   );

參數

  • _Ch
    用來填滿上一靠右對齊的顯示的空白字元。

傳回值

範本的操作工具時,會傳回,當擷取或插入資料流 str,呼叫 str的物件。填滿(_Ch),然後傳回 str。 這個型別 Elem 必須與資料流的 str項目型別。

範例

提供的使用範例 setfill參閱 setw

需求

標題: <iomanip>

命名空間: std

請參閱

參考

iostream 程式設計

iostreams 慣例