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
  228 	  const bool __testpos = (0 <= __pos
  229 				  && __pos <= this->egptr() - __beg);
  233 		this->setg(this->eback(), this->eback() + __pos,
  236 		_M_pbump(this->pbase(), this->epptr(), __pos);