Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h74 struct negate : public unary_function<_Tp, _Tp> { struct
75 _Tp operator()(const _Tp& __x) const { return -__x; } in operator()