std::basic_fstream<CharT,Traits>::is_open
From cppreference.com
< cpp | io | basic fstream
| bool is_open() const; |
||
Checks if the file stream has an associated file.
Effectively calls rdbuf()->is_open().
Contents |