Boost C++ 库

...全球备受推崇且设计精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

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

value 成员仅当 Stream 类型支持读取数据缓冲时才为 true。

static const bool value;

PrevUpHomeNext