Searched defs:OneShotUnaryFunctor (Results 1 – 2 of 2) sorted by relevance
94 struct OneShotUnaryFunctor { struct95 int operator()(bool x) && { return x ? 1 : -1; } in operator ()()