std::istream_iterator<T,CharT,Traits,Distance>::~istream_iterator
Min standard notice:
Destroys the iterator, including the cached value.
# Declarations
~istream_iterator();
(until C++11)
~istream_iterator() = default;
(since C++11)
Destroys the iterator, including the cached value.
~istream_iterator();
(until C++11)
~istream_iterator() = default;
(since C++11)