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

Declarations

usr/include/c++/7.4.0/bits/stl_algobase.h
  395     class istreambuf_iterator;
usr/include/c++/7.4.0/iosfwd
  125     class istreambuf_iterator;

References

usr/include/c++/7.4.0/bits/basic_ios.h
   90       typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
usr/include/c++/7.4.0/bits/stl_algobase.h
  415     __copy_move_a2(istreambuf_iterator<_CharT, char_traits<_CharT> >,
  416 		   istreambuf_iterator<_CharT, char_traits<_CharT> >, _CharT*);
usr/include/c++/7.4.0/bits/streambuf_iterator.h
   74 	copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
   74 	copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
   80 	__copy_move_a2(istreambuf_iterator<_CharT2>,
   81 		       istreambuf_iterator<_CharT2>, _CharT2*);
   85 			            istreambuf_iterator<_CharT2> >::__type
   86 	find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
   86 	find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
  106       istreambuf_iterator(const istreambuf_iterator&) noexcept = default;
  136       istreambuf_iterator&
  151       istreambuf_iterator
  158 	istreambuf_iterator __old = *this;
  172       equal(const istreambuf_iterator& __b) const
  204     operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
  205 	       const istreambuf_iterator<_CharT, _Traits>& __b)
  210     operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
  211 	       const istreambuf_iterator<_CharT, _Traits>& __b)
  232 	copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
  232 	copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
  293     copy(istreambuf_iterator<_CharT> __first,
  294 	 istreambuf_iterator<_CharT> __last,
  334     __copy_move_a2(istreambuf_iterator<_CharT> __first,
  335 		   istreambuf_iterator<_CharT> __last, _CharT* __result)
  337       typedef istreambuf_iterator<_CharT>                  __is_iterator_type;
  368 		  		    istreambuf_iterator<_CharT> >::__type
  369     find(istreambuf_iterator<_CharT> __first,
  370 	 istreambuf_iterator<_CharT> __last, const _CharT& __val)
  372       typedef istreambuf_iterator<_CharT>                  __is_iterator_type;
usr/include/c++/7.4.0/iomanip
  272 	      typedef istreambuf_iterator<_CharT, _Traits>   _Iter;
  426               typedef istreambuf_iterator<_CharT, _Traits>   _Iter;
usr/include/c++/7.4.0/istream
   72       typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
usr/include/c++/7.4.0/streambuf
  153         __copy_move_a2(istreambuf_iterator<_CharT2>,
  154 		       istreambuf_iterator<_CharT2>, _CharT2*);
  158 				  istreambuf_iterator<_CharT2> >::__type
  159         find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
  159         find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,