protected virtual member function
std::time_get::do_get_monthname
<locale>
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 in charge of parsing a character sequence for the name of a month as described in public member function
get_monthname (see
time_get::get_monthname for details).
Polymorphic derived classes can redefine the behavior of this function.
See also
- time_get::get_monthname
- Read month name (public member function)