ostreambuf_iterator<charT,traits>& operator*();
The dereferenced ostreambuf_iterator is returned.
ostreambuf_iterator<charT,traits>& operator++(); ostreambuf_iterator<charT,traits>& operator++(int);
The this pointer is returned.