iter_type put(iter_type next, bool intl, ios_base& x,
E fill, long double& val) const;
iter_type put(iter_type iter_type next, bool intl, ios_base& x,
E fill, string_type& val) const;
Both member functions return do_put
(next, intl, x, fill, val)
.