Searched defs:PlusOneMutable (Results 1 – 1 of 1) sorted by relevance
130 struct PlusOneMutable { struct131 constexpr int operator()(int x) { return x + 1; } in operator()