Constructors

An overloaded constructor is provided for creation of an istreambuf_iteratorobject.

  istreambuf_iterator() throw();
  istreambuf_iterator(basic_istream<charT,traits>& s) throw();
  istreambuf_iterator(basic_streambuf<charT,traits>* s) 
  throw();
  istreambuf_iterator(const proxy& p) throw();