Defined in header <locale> public:
iter_type get(iter_type beg, iter_type end, std::ios_base& str,
std::ios_base::iostate& err, std::tm* t,
const char_type* fmtbeg, const char_type* fmtend) const; (1) (since C++11) protected:
virtual iter_type do_get(iter_type neg, iter_type end, std::ios_base& str,
std::ios_base::iostate& err, std::tm *t,
char format, char modifier) const; (2)