public member function
<iterator>

std::ostream_iterator::operator*

reference operator*() const;
Dereference iterator
Returns *this.

This actually does not dereference the iterator other than to be assigned a value with operator=

引數



返回值

*this

資料競爭

該物件被訪問。

異常安全

Strong guarantee: if an exception is thrown, there are no changes in the iterator.

另見