A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/reference/locale/time_base/ below:

class

<locale>

std::time_base

Base 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 };
};

Member types
Member constants The enum type above creates the following member constants:
member constant type value description no_order time_base::dateorder 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
See also
time_get::date_order
Return date order (public member function)

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