Searched defs:MoveOnlyIntFunction (Results 1 – 1 of 1) sorted by relevance
109 struct MoveOnlyIntFunction { in test() struct110 bool& was_called; in test()111 constexpr int operator()() && { was_called = true; return 0; } in test()