protected virtual member function
<locale>

std::time_put::do_put

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 called by time_put::put to format individual specifiers of a time and date formatting expression.

Polymorphic derived classes can overwrite the behavior of this function.

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

See also