受保护的虚成员函数
<locale>

std::money_get::do_get

数值 (1)
iter_type do_get (iter_type s, iter_type end, bool intl, ios_base& str,                  ios_base::iostate& err, long double& units) const;
字符串 (2)
iter_type do_get (iter_type s, iter_type end, bool intl, ios_base& str,                  ios_base::iostate& err, string_type& digits) const;
读取货币表达式 [虚函数]
虚函数 money_get::getmoney_get 中被调用,用于将字符序列解释为货币值。

多态派生类可以覆盖此函数的行为。

有关 money_get 中的默认行为,请参见 money_get::get

另见