NuDB Logo

PrevUpHomeNext

posix_file::sync

Perform a low level file synchronization.

Synopsis
void
sync(
    error_code& ec);
Description
Requirements

The file must be open with a mode allowing writes.

Parameters

Name

Description

ec

Set to the error, if any occurred.


PrevUpHomeNext