Constructors

The constructor is overloaded for creation of an ostreambuf_iteratorobject.

  ostreambuf_iterator(ostream_type& s) throw();
  ostreambuf_iterator(streambuf_type* s) throw();
  
Operator=
  ostreambuf_iterator<charT,traits>& operator=(charT c);
  

The result of the assignment is returned.