Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_r.pass.cpp109 struct MoveOnlyIntFunction { in test() struct
110 bool& was_called; in test()
111 constexpr int operator()() && { was_called = true; return 0; } in test()