(1) istreambuf_iterator(); (until C++11) constexpr istreambuf_iterator(); (since C++11) istreambuf_iterator( std::basic_istream<CharT,Traits>& is ); (2) istreambuf_iterator( std::basic_streambuf<CharT,Traits>* s ); (3) istreambuf_iterator( const istreambuf_iterator& ) = default; (4) (since C++11)
1) Constructs an end-of-stream iterator.
2) Initializes the iterator and stores the value of is.rdbuf() in a data member. If is.rdbuf() is null, th