std::time_base
Time format ordering data.
- Provided by: libstdc++-9-doc (Version: 9.5.0-6ubuntu2.1)
- Source: gcc-9
- Report a bug
Time format ordering data.
#include <locale_facets_nonio.h>
Inherited by std::time_get< _CharT, _InIter >.
enum dateorder { no_order, dmy, mdy,
ymd, ydm }
Time format ordering data.
This class provides an enum representing different orderings of time: day, month, and year.
Definition at line 52 of file locale_facets_nonio.h.
Definition at line 55 of file locale_facets_nonio.h.
Generated automatically by Doxygen for libstdc++ from the source code.