Boost C++ 库

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

disposition_traits::not_an_error - Boost C++ 函数库
PrevUpHomeNext

确定一个 disposition 是否表示没有错误。

static bool not_an_error(
    const T & d);

PrevUpHomeNext