Searched refs:logical_not (Results 1 – 3 of 3) sorted by relevance
50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
89 struct logical_not : public unary_function<_Tp, bool> { struct
908 struct functor_traits<std::logical_not<T> >