Urdl C++ Library

PrevUpHomeNext
istream::rdbuf

Gets the underlying stream buffer.

istreambuf * rdbuf() const;

Return Value

A pointer to the stream buffer contained within the class.


PrevUpHomeNext