template<typename _CharT, typename _OutIter>
class std::time_put_byname< _CharT, _OutIter >
class time_put_byname [22.2.5.4].
Definition at line 933 of file locale_facets_nonio.h.
template<typename _CharT, typename _OutIter>
|
|
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.
- See also
- put() for more details.
- Parameters
-
| __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. |
- Returns
- Iterator after writing.
Definition at line 1646 of file locale_facets_nonio.tcc.
References std::ios_base::_M_getloc(), std::use_facet(), and std::__ctype_abstract_base< _CharT >::widen().
Referenced by put(), and put().
template<typename _CharT, typename _OutIter>
Format and output a time or date.
This function formats the data in struct tm according to the provided format char and optional modifier. The format and modifier are interpreted as by strftime(). It does so by returning time_put::do_put().
- Parameters
-
| __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. |
- Returns
- Iterator after writing.
Definition at line 897 of file locale_facets_nonio.h.
References do_put().
template<typename _CharT, typename _OutIter>