共用方式為


<iomanip> put_money

將貨幣數量所需格式輸入資料流。

template<class Money>
    T8 put_money(
        const Money& _Amount, 
        bool _Intl
);

參數

  • _Amount
    要插入的貨幣金額輸入資料流。

  • _Intl
    設定為 true ,如果操作工具應該使用國際格式,則為 false ,如果不應該。

傳回值

傳回 str。

備註

操作工具傳回,,當插入資料流 str,做為一種格式化輸出功能稱為地區設定之 facet money_put 成員函式與 put 關聯的 str物件。 如果成功,呼叫插入使用 _Intl 以最好是格式化的 amount ,表示國際格式和 str.fill(),以填入項目。 操作工具然後傳回 str。

Money 必須是 long double 或 basic_string 型別的執行個體化項目和特性參數的和 str。

需求

標頭 <iomanip>

命名空間: std

請參閱

參考

<iomanip>

iostream 程式設計

iostreams 慣例