Boost C++ 库

...世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

file_base::sync_all_on_write - Boost C++ 函数库
PrevUpHomeNext

打开文件,以便写操作自动将文件数据和元数据同步到磁盘。

static const flags sync_all_on_write = implementation_defined;

PrevUpHomeNext