Boost C++ 库

...世界上最受尊敬和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码规范

PrevUpHomeNext

basic_stream_file::truncate

继承自 file_base。

打开文件,截断所有现有内容。

static const flags truncate = implementation_defined;

PrevUpHomeNext