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

References

usr/include/c++/7.4.0/bits/postypes.h
  153       fpos&
  164       fpos&
  177       fpos
  180 	fpos __pos(*this);
  191       fpos
  194 	fpos __pos(*this);
  205       operator-(const fpos& __other) const
  216     operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
  216     operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
  221     operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
  221     operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
  228   typedef fpos<mbstate_t> streampos;
  230   typedef fpos<mbstate_t> wstreampos;
  234   typedef fpos<mbstate_t> u16streampos;
  236   typedef fpos<mbstate_t> u32streampos;
usr/include/c++/7.4.0/fstream
   85 			    fpos<typename _Traits::state_type>>::value,