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