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