boost::corosio::stream_file::sync_data
Synchronize file data to stable storage.
Synopses
Declared in <boost/corosio/stream_file.hpp>
Synchronize file data to stable storage.
void
sync_data();
Synchronize file data to stable storage.
void
sync_data(std::error_code& ec);
Parameters
Name |
Description |
ec |
Output error code. |
Created with MrDocs