Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libstdc++/include/bits/
Dstl_function.h312 class unary_negate
319 unary_negate(const _Predicate& __x) : _M_pred(__x) {} in unary_negate() function
328 inline unary_negate<_Predicate>
330 { return unary_negate<_Predicate>(__pred); } in not1()
/freebsd-9-stable/contrib/libstdc++/include/backward/
Dfunction.h83 using std::unary_negate;
/freebsd-9-stable/contrib/libc++/include/
Dfunctional186 class unary_negate
190 explicit unary_negate(const Predicate& pred);
194 template <class Predicate> unary_negate<Predicate> not1(const Predicate& pred);
936 class _LIBCPP_TYPE_VIS_ONLY unary_negate
942 explicit unary_negate(const _Predicate& __pred)
951 unary_negate<_Predicate>
952 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}