protected virtual member function
<locale>

std::money_put::do_put

numerical (1)
iter_type do_put (iter_type s, bool intl, ios_base& str,                  char_type fill, long double units) const;
string (2)
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

Virtual protected member function called by money_put::put to format a monetary expression.

Polymorphic derived classes can overwrite the behavior of this function.

See money_put::put for its default behavior in money_put's standard specializations.

See also