virtual protected member function
iter_type do_put ( iter_type s, ios_base& str, char_type fill, const tm* t,
char format, char modifier = 0) const;
Write formatted time [virtual]
Virtual protected member function in charge of formatting a tm structure into a sequence of characters as described in public member function put (see time_put::put for details).
Polymorphic derived classes can redefine the behavior of this function.
See also
|