Urdl C++ Library

PrevUpHomeNext
istreambuf::is_open

Determines whether the stream buffer is open.

bool is_open() const;

Return Value

true if the stream buffer is open, false otherwise.

Remarks

Returns true if a previous call to open succeeded (returned a non-null value) and there has been no intervening call to close.


PrevUpHomeNext