Searched refs:unary_negate (Results 1 – 3 of 3) sorted by relevance
312 class unary_negate319 unary_negate(const _Predicate& __x) : _M_pred(__x) {} in unary_negate() function328 inline unary_negate<_Predicate>330 { return unary_negate<_Predicate>(__pred); } in not1()
83 using std::unary_negate;
186 class unary_negate190 explicit unary_negate(const Predicate& pred);194 template <class Predicate> unary_negate<Predicate> not1(const Predicate& pred);936 class _LIBCPP_TYPE_VIS_ONLY unary_negate942 explicit unary_negate(const _Predicate& __pred)951 unary_negate<_Predicate>952 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}