Home
last modified time | relevance | path

Searched refs: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
114 (void)std::invoke_r<int>(MoveOnlyIntFunction{was_called}); in test()