Various operators are provided in the ostream_iterator class.
ostream_iterator& operator*();
The dereference iterator is returned.
ostream_iterator& operator++(); ostream_iterator& operatot++(int);
The this pointer is returned.