class
<locale>
std::time_baseBase class for time_get
This is not a facet type, but the base class that defines the dateorder member type to be inherited by time_get facet classes.It is defined as:
1
2
3
4
class time_base {
public:
enum dateorder { no_order, dmy, mdy, ymd, ydm };
};
enum
type above creates the following member constants:
0
No specific order, or format contains variable components other than day, month and year. dmy time_base::dateorder 1
day, month, year mdy time_base::dateorder 2
month, day, year ymd time_base::dateorder 3
year, month, day ydm time_base::dateorder 4
year, day, month
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4