virtual protected member function
iter_type do_put (iter_type s, bool intl, ios_base& str,
char_type fill, long double units) const;
iter_type do_put (iter_type s, bool intl, ios_base& str,
char_type fill, const string_type& digits) const;
Format monetary expression [virtual]
Virtual protected member function in charge of formatting monetary expressions as described in public member function put (see money_put::put for details).
Polymorphic derived classes can redefine the behavior of this function.
See also
|