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;
203 class binary_negate // deprecated in C++17209 explicit binary_negate(const Predicate& pred);215 binary_negate<Predicate> not2(const Predicate& pred);1010 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate1018 binary_negate(const _Predicate& __pred) : __pred_(__pred) {}1028 binary_negate<_Predicate>1029 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}