Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/include/bits/
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-10-stable/contrib/libstdc++/include/backward/
Dfunction.h84 using std::binary_negate;
/freebsd-10-stable/contrib/libc++/include/
Dfunctional197 class binary_negate
203 explicit binary_negate(const Predicate& pred);
208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred);
955 class _LIBCPP_TYPE_VIS_ONLY binary_negate
963 binary_negate(const _Predicate& __pred) : __pred_(__pred) {}
973 binary_negate<_Predicate>
974 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}