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
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
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