受保護的虛成員函式
<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

另見