<iomanip> put_money

插入货币金额使用所需格式到流中。

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

参数

  • _Amount
    要插入的货币金额到流中。

  • _Intl
    设置为 true,如果操控器应使用国际格式,false,则不应。

返回值

返回 str。

备注

操控程序返回,那么,当插入到 str流,行为作为一种格式的功能称为输出区域设置方面的 money_put 成员函数 put 关联的 str对象。 如果成功,调用插入使用 _Intl 格式正确的,其中 amount 指示国际格式和 str.fill(),以填充元素。 移动然后返回 str。

Money 必须是 long double 类型或 basic_string 的实例化的元素和字符的参数与 str相同。

要求

页眉: <iomanip>

命名空间: std

请参见

参考

<iomanip>

iostream 编程

iostreams 约定