Boost C++ 库

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

is_write_buffered::value - Boost C++ 函数库
PrevUpHomeNext

当且仅当 Stream 类型支持写入数据缓冲时,value 成员才为 true。

static const bool value;

PrevUpHomeNext