...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::algorithm::operator! — 谓词否定运算符
// In header: <boost/algorithm/string/classification.hpp> template<typename PredT> unspecified operator!(const predicate_facade< PredT > & Pred);
构造 class_not 谓词。该谓词表示一个否定。如果 class_or 中的任何一个谓词返回 false,则成立。
class_not
class_or
参数
Pred
要否定的谓词
返回
一个 class_not 谓词实例