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

References

usr/include/c++/7.4.0/bits/ostream.tcc
  235     typename basic_ostream<_CharT, _Traits>::pos_type
  239       pos_type __ret = pos_type(-1);
  239       pos_type __ret = pos_type(-1);
  258     seekp(pos_type __pos)
  267 	      const pos_type __p = this->rdbuf()->pubseekpos(__pos,
  271 	      if (__p == pos_type(off_type(-1)))
  299 	      const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  303 	      if (__p == pos_type(off_type(-1)))
usr/include/c++/7.4.0/ostream
  357       pos_type
  369       seekp(pos_type);