lunar (3) std::time_base.3cxx.gz

Provided by: libstdc++-9-doc_9.5.0-3ubuntu1_all bug

NAME

       std::time_base - Time format ordering data.

SYNOPSIS

       #include <locale_facets_nonio.h>

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

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

Detailed Description

       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.

Member Enumeration Documentation

   enum std::time_base::dateorder
       Definition at line 55 of file locale_facets_nonio.h.

Author

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