Ostreambuf_iterator Operators

Operator*
  ostreambuf_iterator<charT,traits>& operator*();
  

The dereferenced ostreambuf_iterator is returned.

Operator++
  ostreambuf_iterator<charT,traits>& operator++();
  ostreambuf_iterator<charT,traits>& operator++(int);
  

The this pointer is returned.