<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