22 Localization library [localization]

22.4 Standard locale categories [locale.categories]

22.4.6 The monetary category [category.monetary]

22.4.6.2 Class template money_put [locale.money.put]

22.4.6.2.1 money_put members [locale.money.put.members]

iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const; iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;

Returns: do_put(s, intl, f, loc, quant).