Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dfunction.h72 using __STD::unary_negate;
H A Dstl_function.h145 class unary_negate
150 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} in unary_negate() function
157 inline unary_negate<_Predicate>
160 return unary_negate<_Predicate>(__pred); in not1()