virtual protected member function
iter_type do_get ( iter_type s, iter_type end, bool intl, ios_base& str,
ios_base::iostate& err, long double& units) const;
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 in charge of transforming sequences of characters with monetary expressions into numerical values or strings of digits as described in public member function get (see money_get::get for details).
Polymorphic derived classes can redefine the behavior of this function.
See also
|