basic_ifstream::is_open

确定文件是否处于打开状态。

bool is_open( ) const;

返回值

true,如果文件处于打开状态,否则 false

备注

成员函数返回 rdbuf -> is_open

示例

使用 is_open的示例参见 basic_filebuf::is_open

要求

标头: <fstream>

命名空间: std

请参见

参考

basic_ifstream Class

iostream编程

(mfc)约定