Home
last modified time | relevance | path

Searched defs:MoveOnlyVoidFunction (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_r.pass.cpp99 struct MoveOnlyVoidFunction { in test() struct
100 bool& was_called; in test()
101 constexpr void operator()() && { was_called = true; } in test()