Defined in header <locale> public:
iter_type put(iter_type out, bool intl, std::ios_base& f,
char_type fill, long double quant) const; (1) iter_type put(iter_type out, bool intl, std::ios_base& f,
char_type fill, const string_type& quant) const; (2) protected:
virtual iter_type do_put(iter_type out, bool intl, std::ios_base& str,
char_type fill, long double units) const; (3) virtual iter_type do_