Searched refs:binary_negate (Results 1 – 3 of 3) sorted by relevance
334 class binary_negate343 binary_negate(const _Predicate& __x) in binary_negate() function354 inline binary_negate<_Predicate>356 { return binary_negate<_Predicate>(__pred); } in not2()
84 using std::binary_negate;
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);}