istream_iterator::operator->
const U *
operator->
() const;
The operator returns
&**this
.