Searched refs:binary_negate (Results 1 – 5 of 5) sorted by relevance
25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate33 binary_negate(const _Predicate& __pred) : __pred_(__pred) {} in binary_negate() function43 binary_negate<_Predicate>44 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);} in not2()
188 class binary_negate // deprecated in C++17, removed in C++20194 explicit binary_negate(const Predicate& pred);200 binary_negate<Predicate> not2(const Predicate& pred);494 #include <__functional/binary_negate.h>
415 module binary_negate { private header "__functional/binary_negate.h" }
354 FUN_HEADERS+= binary_negate.h
3929 OLD_FILES+=usr/include/c++/v1/__functional/binary_negate.h