Searched refs:binary_negate (Results 1 – 7 of 7) sorted by relevance
20 typedef std::binary_negate<std::logical_and<int> > F; in main()
34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>())); in bnegate1()
159 class binary_negate175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} in binary_negate() function182 inline binary_negate<_Predicate>184 return binary_negate<_Predicate>(__pred); in not2()
197 class binary_negate203 explicit binary_negate(const Predicate& pred);208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred);955 class _LIBCPP_TYPE_VIS_ONLY binary_negate963 binary_negate(const _Predicate& __pred) : __pred_(__pred) {}973 binary_negate<_Predicate>974 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}
3936 $(call gen-test, utilities/function.objects/negators/binary_negate)
3945 $(call gen-test, utilities/function.objects/negators/binary_negate)