Searched refs:binary_negate (Results 1 – 10 of 10) sorted by relevance
23 class _LIBCPP_TEMPLATE_VIS binary_negate30 _LIBCPP_HIDE_FROM_ABI explicit binary_negate(const _Predicate& __pred) : __pred_(__pred) {} in binary_negate() function39 inline _LIBCPP_HIDE_FROM_ABI binary_negate<_Predicate> not2(const _Predicate& __pred) { in not2()40 return binary_negate<_Predicate>(__pred); in not2()
25 class _LIBCPP_DEPRECATED_IN_CXX17 binary_negate32 …_LIBCPP_HIDE_FROM_ABI explicit _LIBCPP_CONSTEXPR_SINCE_CXX14 binary_negate(const _Predicate& __pre… in binary_negate() function42 …CATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI binary_negate<_Predicate>44 return binary_negate<_Predicate>(__pred); in not2()
202 class binary_negate // deprecated in C++17, removed in C++20208 explicit binary_negate(const Predicate& pred);214 binary_negate<Predicate> not2(const Predicate& pred);538 # include <__functional/binary_negate.h>
1397 module binary_negate { header "__functional/binary_negate.h" }
202 class binary_negate // deprecated in C++17, removed in C++20208 explicit binary_negate(const Predicate& pred);214 binary_negate<Predicate> not2(const Predicate& pred);533 #include <__cxx03/__functional/binary_negate.h>
1332 …td_private_functional_binary_negate [system] { header "__functional/binary_negate.h" }
996 C3FUN_HEADERS+= binary_negate.h1568 FUN_HEADERS+= binary_negate.h
408 { include: [ "<__functional/binary_negate.h>", "private", "<functional>", "public" ] },
814 SYMBOL(binary_negate, std::, <functional>)