Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp56 struct NonConstCopyConstructible { struct
57 explicit NonConstCopyConstructible() {} in NonConstCopyConstructible() function
58 NonConstCopyConstructible(NonConstCopyConstructible&) {} in NonConstCopyConstructible() argument
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp54 struct NonConstCopyConstructible { struct
55 explicit NonConstCopyConstructible() {} in NonConstCopyConstructible() argument
56 NonConstCopyConstructible(NonConstCopyConstructible&) {} in NonConstCopyConstructible() argument