Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_function.h159 class binary_negate
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} in binary_negate() function
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred); in not2()
/external/stlport/test/unit/
Dbnegate_test.cpp34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>())); in bnegate1()