Searched refs:binary_negate (Results 1 – 2 of 2) sorted by relevance
159 class binary_negate175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} in binary_negate() function182 inline binary_negate<_Predicate>184 return binary_negate<_Predicate>(__pred); in not2()
34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>())); in bnegate1()