std::time_base

NAME

std::time_base -

SYNOPSIS


Inherited by std::time_get< _CharT, _InIter >.

Detailed Description

This class provides an enum representing different orderings of day, month, and year.
Definition at line 2745 of file locale_facets.h.

Public Types

enum dateorder { no_order, dmy, mdy, ymd, ydm }

Member Enumeration Documentation

enum std::time_base::dateorder

Enumerator:
no_order
dmy
mdy
ymd
ydm
Definition at line 2748 of file locale_facets.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.