std::istreambuf_iterator<CharT,Traits>::operator*

Reads a single character by calling sbuf_->sgetc() where sbuf_ is the stored pointer to the stream buffer.

# Declarations

CharT operator*() const;

# Return value

The value of the obtained character.