<iomanip> get_money

使用所需格式,提取流的一个货币值,并返回该参数的值。

template<class Money>
    T7 get_money(
        Money& _Amount, 
        bool _Intl
);

参数

  • _Amount
    提取的货币值。

  • _International
    如果为 true,则使用的格式。 默认值为 false。

属性值/返回值

流返回 str。

备注

操控程序返回,那么,当从 str流,行为作为 formatted input function 调用区域设置方面的 money_get 成员函数 get 与 str关联,国际使用 _Intl 指示格式的对象。 如果成功,将调用 _Amount 中提取的货币值。 移动然后返回 str。

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

要求

页眉: <iomanip>

命名空间: std

请参见

参考

<iomanip>

iostream 编程

iostreams 约定