다음을 통해 공유


basic_fstream::close

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>

네임스페이스: std

참고 항목

참조

basic_fstream 클래스

iostream 프로그래밍

iostreams 규칙