iter_type get(iter_type first, iter_type last, ios_base& x,
ios_base::iostate& st, long& val) const;
iter_type get(iter_type first, iter_type last, ios_base& x,
ios_base::iostate& st, unsigned long& val) const;
iter_type get(iter_type first, iter_type last, ios_base& x,
ios_base::iostate& st, double& val) const;
iter_type get(iter_type first, iter_type last, ios_base& x,
ios_base::iostate& st, long double& val) const;
iter_type get(iter_type first, iter_type last, ios_base& x,
ios_base::iostate& st, void *& val) const;
iter_type get(iter_type first, iter_type last, ios_base& x,
ios_base::iostate& st, bool& val) const;
All member functions return do_get
(first, last, x, st, val)
.