Urdl C++ Library

PrevUpHomeNext
istream::is_open

Determines whether the stream is open.

bool is_open() const;

Return Value

true if the stream is open, false otherwise.

Remarks

Returns rdbuf()->is_open().


PrevUpHomeNext