basic_fstream::close
Closes a file.
void close( );
Remarks
The member function calls rdbuf -> close.
Example
See basic_filebuf::close for an example of how to use close.
Requirements
Header: <fstream>
Namespace: std
Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
Closes a file.
void close( );
The member function calls rdbuf -> close.
See basic_filebuf::close for an example of how to use close.
Header: <fstream>
Namespace: std