使用英语阅读

通过


basic_fstream::is_open

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

bool is_open( ) const;

返回值

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

备注

成员函数返回 rdbuf->is_open

示例

为的示例演示如何参见 basic_filebuf::is_open 使用 is_open

要求

标头: <fstream>

命名空间: std

请参见

参考

basic_fstream Class

iostream编程

(mfc)约定