protected virtual member function
<locale>

std::time_get::do_get

iter_type do_get (iter_type s, iter_type end, ios_base& str,    ios_base::iostate& err, tm* t, char format, char modifier=0) const;
Read time and date [virtual]
Virtual protected member function called by time_get::get to parse a single format specifier from a time and date expression.

Polymorphic derived classes can overwrite the behavior of this function.

See time_get::get for its default behavior in time_get's standard specializations.

See also