ostreambuf_iterator& operator++(); T1 operator++(int);
The first operator returns *this. The second operator returns an object of some type T1 that can be converted to ostreambuf_iterator<E, T>.
*this
T1
ostreambuf_iterator<E, T>