Searched defs:MoveOnlyVoidFunction (Results 1 – 1 of 1) sorted by relevance
99 struct MoveOnlyVoidFunction { in test() struct100 bool& was_called; in test()101 constexpr void operator()() && { was_called = true; } in test()