Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_function.h136 class unary_negate
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} in unary_negate() function
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred); in not1()
/external/stlport/test/unit/
Dunary_test.cpp48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd())); in unegate1()