basic_fstream::close

关闭一个文件。

void close( );

备注

成员函数调用 rdbuf 关闭->

示例

为有关如何参见 basic_filebuf::close 使用 关闭

要求

页眉: <fstream>

命名空间: std

请参见

参考

basic_fstream 类

iostream 编程

iostreams 约定