Share via


ifstream::~ifstream

~ifstream();

Remarks

Destroys an ifstream object along with its associated filebuf object. The file is closed only if it was opened by the constructor or by the open member function.

The filebuf destructor releases the reserve buffer only if it was internally allocated.

ifstream OverviewInput Stream Classes