Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp48 struct NotCopyMove { struct
53 void operator()(Args&& ...) const { } in operator ()()
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp46 struct NotCopyMove { struct
51 void operator()(Args&& ...) const { } in operator ()()