std::istream_iterator<T,CharT,Traits,Distance>::operator*, operator->
Min standard notice:
Returns a pointer or a reference to the current element.
# Declarations
const T& operator*() const;
const T* operator->() const;
# Return value
A pointer or a reference to the current element.