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

References

usr/include/c++/7.4.0/bits/fstream.tcc
  201 		  == pos_type(off_type(-1)))
  471 	  else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1)))
  520                   == pos_type(off_type(-1)))
  798     typename basic_filebuf<_CharT, _Traits>::pos_type
  808       pos_type __ret = pos_type(off_type(-1));
  808       pos_type __ret = pos_type(off_type(-1));
  858     typename basic_filebuf<_CharT, _Traits>::pos_type
  860     seekpos(pos_type __pos, ios_base::openmode)
  862       pos_type __ret =  pos_type(off_type(-1));
  862       pos_type __ret =  pos_type(off_type(-1));
  873     typename basic_filebuf<_CharT, _Traits>::pos_type
  877       pos_type __ret = pos_type(off_type(-1));
  877       pos_type __ret = pos_type(off_type(-1));
 1020 			              != pos_type(off_type(-1));
usr/include/c++/7.4.0/fstream
  378       virtual pos_type
  382       virtual pos_type
  383       seekpos(pos_type __pos,
  387       pos_type