|
protectedvirtualinherited |
Format and output a time or date.
This function formats the data in struct tm according to the provided format char and optional modifier. This function is a hook for derived classes to change the value returned.
| __s | The stream to write to. |
| __io | Source of locale. |
| __fill | char_type to use for padding. |
| __tm | Struct tm with date and time info to format. |
| __format | Format char. |
| __mod | Optional modifier char. |
Definition at line 1646 of file locale_facets_nonio.tcc.
References time_put(), std::__write(), std::ios_base::_M_getloc(), __gnu_cxx::char_traits< _CharT >::length(), std::locale::facet::locale, std::use_facet(), and std::__ctype_abstract_base< _CharT >::widen().
Referenced by put(), and put().

