Searched refs:unary_negate (Results 1 – 2 of 2) sorted by relevance
72 using __STD::unary_negate;
145 class unary_negate150 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} in unary_negate() function157 inline unary_negate<_Predicate> 160 return unary_negate<_Predicate>(__pred); in not1()