Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
file::close

(Inherited from file_stdio)

Close the file if open.

Synopsis
void
close(
    error_code& ec);
Description
Parameters

Name

Description

ec

Set to the error, if any occurred.


PrevUpHomeNext