time_get::do_get_time


virtual protected member function
iter_type do_get_time ( iter_type s, iter_type end, ios_base& str,
                        ios_base::iostate& err, tm* t) const;

Read time [virtual]

Virtual protected member function in charge of parsing a character sequence for a time as described in public member function get_time (see time_get::get_time for details).

Polymorphic derived classes can redefine the behavior of this function.

See also