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

Provided by: libstdc++-14-doc_14.2.0-17ubuntu3_all bug

NAME

       std::time_base - Time format ordering data.

SYNOPSIS

       #include <locale>

       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.

Author

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

                                                    libstdc++                               std::time_base(3cxx)