NuDB Logo

PrevUpHomeNext

posix_file::sync

Perform a low level file synchronization.

void
sync(
    error_code& ec);
Requirements

The file must be open with a mode allowing writes.

Parameters

ec

Set to the error, if any occurred.


PrevUpHomeNext