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