reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/istream.tcc
  823     typename basic_istream<_CharT, _Traits>::pos_type
  829       pos_type __ret = pos_type(-1);
  829       pos_type __ret = pos_type(-1);
  853     seekg(pos_type __pos)
  868 		  const pos_type __p = this->rdbuf()->pubseekpos(__pos,
  872 		  if (__p == pos_type(off_type(-1)))
  907 		  const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  911 		  if (__p == pos_type(off_type(-1)))
usr/include/c++/7.4.0/istream
  570       pos_type
  586       seekg(pos_type);