Name

not2 function template — Returns a binary_negate object

Synopsis

template <typename Predicate>
binary_negate<Predicate> not2(const Predicate& pred);

The not2 function template is a convenient way to construct a binary_negate function object that performs the logical negation of pred.