protected virtual member function
<locale>

std::time_get::do_get_monthname

iter_type do_get_monthname (iter_type s, iter_type end, ios_base& str,                            ios_base::iostate& err, tm* t) const;
Read month name [virtual]
Virtual protected member function called by time_get::get_monthname to parse a month name.

Polymorphic derived classes can overwrite the behavior of this function.

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

See also