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
   44     typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
   46     pbackfail(int_type __c)
   48       int_type __ret = traits_type::eof();
   78     typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
   80     overflow(int_type __c)
  148     typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
  152       int_type __ret = traits_type::eof();
usr/include/c++/7.4.0/sstream
  222       virtual int_type
  225       virtual int_type
  226       pbackfail(int_type __c = traits_type::eof());
  228       virtual int_type
  229       overflow(int_type __c = traits_type::eof());