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

References

usr/include/c++/7.4.0/bits/sstream.tcc
  166     typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type
  170       pos_type __ret =  pos_type(off_type(-1));
  170       pos_type __ret =  pos_type(off_type(-1));
  200 	      __ret = pos_type(__newoffi);
  207 	      __ret = pos_type(__newoffo);
  214     typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type
  216     seekpos(pos_type __sp, ios_base::openmode __mode)
  218       pos_type __ret =  pos_type(off_type(-1));
  218       pos_type __ret =  pos_type(off_type(-1));
usr/include/c++/7.4.0/sstream
  261       virtual pos_type
  265       virtual pos_type
  266       seekpos(pos_type __sp,