Searched defs:unary_negate (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_function.h136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);

Completed in 60 milliseconds