protected virtual member function
<locale>
std::time_get::do_get_date
iter_type do_get_date (iter_type s, iter_type end, ios_base& str, ios_base::iostate& err, tm* t) const;
Read date [virtual]
Virtual protected member function called by time_get::get_date to parse a date.
Polymorphic derived classes can overwrite the behavior of this function.
See time_get::get_date for its default behavior in time_get's standard specializations.