protected virtual member function
std::time_get::do_get_date
<locale>
iter_type do_get_date ( iter_type s, iter_type end, ios_base& str,
ios_base::iostate& err, tm* t) const;
Read date [virtual]
Virtual protected member function in charge of parsing a character sequence for a date as described in public member function
get_date (see
time_get::get_date for details).
Polymorphic derived classes can redefine the behavior of this function.
See also
- time_get::get_date
- Read date (public member function)