Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 0982af8cb7.
PrevUpHomeNext
http::basic_file_body::value_type::reset

Set the open file.

Synopsis
void
reset(
    File&& file,
    error_code& ec);
Description

This function is used to set the open file. Any previously set file will be closed.

Parameters

Name

Description

file

The file to set. The file must be open or else an error occurs

ec

Set to the error, if any occurred


PrevUpHomeNext