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
  250       char_type* __endg = __base + _M_string.size();
  251       char_type* __endp = __base + _M_string.capacity();
  253       if (__base != _M_string.data())
  262 	this->setg(__base, __base + __i, __endg);
  262 	this->setg(__base, __base + __i, __endg);
  265 	  _M_pbump(__base, __endp, __o);