ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
|
time_put |
Superclass: | locale::facet |
Declared In: |
@brief Facet for outputting dates and times.
This facet encapsulates the code to format and output dates and times
according to formats used by strftime().
The time_put template uses protected virtual functions to provide the
actual results. The public accessors forward the call to the virtual
functions. These virtual functions are hooks for developers to
implement the behavior they require from the time_put facet.