std::istreambuf_iterator<CharT,Traits>::operator++, operator++(int)
Min standard notice:
Advances the iterator by calling sbuf_->sbumpc() where sbuf_ is the stored pointer to the stream buffer.
# Declarations
istreambuf_iterator& operator++();
/* proxy */ operator++( int );