time_put Class
The template class describes an object that can serve as a locale facet to control conversions of time values to sequences of type CharType.
template <
class CharType,
class OutputIterator = ostreambuf_iterator<CharType>
> class time_put : public locale::facet;
Parameters
CharType
The type used within a program to encode characters.OutputIterator
The type of iterator into which the time put functions write their output.
Remarks
As with any locale facet, the static object ID has an initial stored value of zero. The first attempt to access its stored value stores a unique positive value in id.
Constructors
The constructor for objects of type time_put. |
Typedefs
A type that is used to describe a character used by a locale. |
|
A type that describes an output iterator. |
Member Functions
A virtual function that outputs time and date information as a sequence of CharTypes. |
|
Outputs time and date information as a sequence of CharTypes. |
Requirements
Header: <locale>
Namespace: std