Urdl C++ Library

PrevUpHomeNext
istream::istream (1 of 3 overloads)

Constructs an object of class istream.

istream();

Remarks

Initializes the base class with std::basic_istream<char>(sb), where sb is an object of class istreambuf stored within the class.


PrevUpHomeNext