std::istreambuf_iterator<CharT,Traits>::operator++, operator++(int)

Advances the iterator by calling sbuf_->sbumpc() where sbuf_ is the stored pointer to the stream buffer.

# Declarations

istreambuf_iterator& operator++();
/* proxy */ operator++( int );