Name

time_base class — Base class for time facets

Synopsis

class time_base {
public:
  enum dateorder { no_order, dmy, mdy, ymd, ydm };
};

The time_base class is a base class for the time_get class template. It declares the dateorder type. See time_get for more information.

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.