Determines whether the stream is open.
bool is_open() const;
Return Value
true if the stream is open, false otherwise.
true
false
Remarks
Returns rdbuf()->is_open().
rdbuf()->is_open()