Lines Matching refs:istreambuf_iterator
474 class istreambuf_iterator
490 istreambuf_iterator() noexcept;
491 istreambuf_iterator(istream_type& s) noexcept;
492 istreambuf_iterator(streambuf_type* s) noexcept;
493 istreambuf_iterator(a-private-type) noexcept;
497 istreambuf_iterator& operator++();
500 bool equal(const istreambuf_iterator& b) const;
504 bool operator==(const istreambuf_iterator<charT,traits>& a,
505 const istreambuf_iterator<charT,traits>& b);
507 bool operator!=(const istreambuf_iterator<charT,traits>& a,
508 const istreambuf_iterator<charT,traits>& b);
593 #include <__iterator/istreambuf_iterator.h>