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
   48       int_type __ret = traits_type::eof();
   53 	  const bool __testeof = traits_type::eq_int_type(__c, __ret);
   56 	      const bool __testeq = traits_type::eq(traits_type::
   56 	      const bool __testeq = traits_type::eq(traits_type::
   64 		    *this->gptr() = traits_type::to_char_type(__c);
   71 	      __ret = traits_type::not_eof(__c);
   84 	return traits_type::eof();
   86       const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof());
   86       const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof());
   88 	return traits_type::not_eof(__c);
  104 	  *this->pptr() = traits_type::to_char_type(__c);
  113 	return traits_type::eof();
  117       const char_type __conv = traits_type::to_char_type(__c);
  152       int_type __ret = traits_type::eof();
  160 	    __ret = traits_type::to_int_type(*this->gptr());
usr/include/c++/7.4.0/sstream
   75       typedef typename traits_type::int_type 		int_type;
   76       typedef typename traits_type::pos_type 		pos_type;
   77       typedef typename traits_type::off_type 		off_type;
   79       typedef basic_streambuf<char_type, traits_type>  	__streambuf_type;