24
Iterators library
[iterators]
24.6
Stream iterators
[stream.iterators]
24.6.3
Class template
istreambuf_iterator
[istreambuf.iterator]
24.6.3.3
istreambuf_iterator::operator*
[istreambuf.iterator::op*]
charT operator*() const
1
Returns:
The character obtained via the
streambuf
member
sbuf_->sgetc()
.