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

References

usr/include/c++/7.4.0/fstream
  868       typedef typename traits_type::int_type 		int_type;
  869       typedef typename traits_type::pos_type 		pos_type;
  870       typedef typename traits_type::off_type 		off_type;
  873       typedef basic_filebuf<char_type, traits_type> 	__filebuf_type;
  874       typedef basic_ios<char_type, traits_type>		__ios_type;
  875       typedef basic_iostream<char_type, traits_type>	__iostream_type;