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

References

usr/include/c++/7.4.0/ostream
   58     class basic_ostream : virtual public basic_ios<_CharT, _Traits>
   63       typedef typename _Traits::int_type 		int_type;
   64       typedef typename _Traits::pos_type 		pos_type;
   65       typedef typename _Traits::off_type 		off_type;
   66       typedef _Traits			 		traits_type;
   69       typedef basic_streambuf<_CharT, _Traits> 		__streambuf_type;
   70       typedef basic_ios<_CharT, _Traits>		__ios_type;
   71       typedef basic_ostream<_CharT, _Traits>		__ostream_type;
   72       typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
  389       basic_ostream(basic_iostream<_CharT, _Traits>&) { }