time_get::do_date_order
A protected virtual member function that is called to return the date order used by a facet.
virtual dateorder do_date_order( ) const;
Return Value
The date order used by a facet.
Remarks
The virtual protected member function returns a value of type time_base::dateorder, which describes the order in which date components are matched by do_get_date. In this implementation, the value is time_base::mdy, corresponding to dates of the form December 2, 1979.
Example
See the example for date_order, which calls do_date_order.
Requirements
Header: <locale>
Namespace: std