Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

std::time_base - Man Page

Time format ordering data.

Synopsis

#include <locale>

Inherited by std::time_get< _CharT, istreambuf_iterator< _CharT > >, and 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.

Info

libstdc++