logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::time_base - Time format ordering data.

Author

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

                                                    libstdc++                               std::time_base(3cxx)

Detailed Description

       Time format ordering data.

       This class provides an enum representing different orderings of time: day, month, and year.

Name

       std::time_base - Time format ordering data.

Synopsis

       #include <locale>

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

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

See Also