protected virtual member function
<locale>
numerical (1) | iter_type do_get (iter_type s, iter_type end, bool intl, ios_base& str, ios_base::iostate& err, long double& units) const; |
---|
string (2) | iter_type do_get (iter_type s, iter_type end, bool intl, ios_base& str, ios_base::iostate& err, string_type& digits) const; |
---|
Read monetary expression [virtual]
Virtual protected member function called by money_get::get to interpret a character sequence as a monetary value.
Polymorphic derived classes can overwrite the behavior of this function.
See money_get::get for its default behavior in money_get.
See also
- money_get::get
- Read monetary expression (public member function)