Searched defs:negate (Results 1 – 2 of 2) sorted by relevance
37 struct negate struct
74 struct negate : public unary_function<_Tp, _Tp> { struct75 _Tp operator()(const _Tp& __x) const { return -__x; } in operator()