Boost C++ 库

...世界上评价最高、设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

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

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

static bool not_an_error(
    const T & d);

PrevUpHomeNext