table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
conflicting packages
std::time_base(3cxx) | std::time_base(3cxx) |
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.
Definition at line 52 of file locale.
Member Enumeration Documentation¶
enum std::time_base::dateorder¶
Definition at line 55 of file locale.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |