Home
last modified time | relevance | path

Searched refs:binary_negate (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_function.h334 class binary_negate
343 binary_negate(const _Predicate& __x) in binary_negate() function
354 inline binary_negate<_Predicate>
356 { return binary_negate<_Predicate>(__pred); } in not2()
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dfunction.h84 using std::binary_negate;
/freebsd-12.1/contrib/libc++/include/
H A Dfunctional203 class binary_negate // deprecated in C++17
209 explicit binary_negate(const Predicate& pred);
215 binary_negate<Predicate> not2(const Predicate& pred);
1010 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
1018 binary_negate(const _Predicate& __pred) : __pred_(__pred) {}
1028 binary_negate<_Predicate>
1029 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}