Searched defs:UnaryFunctor (Results 1 – 1 of 1) sorted by relevance
84 struct UnaryFunctor { struct85 int operator()(bool x) { return x ? 1 : -1; } in operator ()()