istreambuf_iterator&
istreambuf_iterator<charT, traits>::operator++();
Effects: Equivalent to sbuf_->sbumpc().
Returns: *this.
proxy istreambuf_iterator<charT, traits>::operator++(int);
Effects: Equivalent to: return proxy(sbuf_->sbumpc(), sbuf_);