Defined in header <locale> public:
iter_type get_time( iter_type beg, iter_type end, std::ios_base& str,
std::ios_base::iostate& err, std::tm* t) const; (1) protected:
virtual iter_type get_time( iter_type beg, iter_type end, std::ios_base& str,
std::ios_base::iostate& err, std::tm* t) const; (2)
1) public member function, calls the protected virtual member function do_get_time of the most derived class.