Urdl C++ Library

PrevUpHomeNext
read_stream::is_open

Determines whether the stream is open.

bool is_open() const;

Return Value

true if the stream is open, false otherwise.


PrevUpHomeNext