Creates and instance of an ostream_iteratorobject.
ostream_iterator(ostream_type& s); ostream_iterator(ostream_type& s, const charT* delimiter); ostream_iterator(const ostream_iterator& x);
ostream_iterator& operator=(const T& value);
Returns a value to an ostream iterator.