Searched refs:unary_negate (Results 1 – 2 of 2) sorted by relevance
136 class unary_negate146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} in unary_negate() function153 inline unary_negate<_Predicate>155 return unary_negate<_Predicate>(__pred); in not1()
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd())); in unegate1()