protected virtual member function

std::time_get::do_get_weekday

<locale>
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 in charge of parsing a character sequence for a weekday as described in public member function get_weekday (see time_get::get_weekday for details).

Polymorphic derived classes can redefine the behavior of this function.

See also