Searched defs:copy_constructible (Results 1 – 9 of 9) sorted by relevance
65 class copy_constructible class68 copy_constructible(constructor_param const&) {} in copy_constructible() function in test::minimal::copy_constructible69 copy_constructible(copy_constructible const&) {} in copy_constructible() function in test::minimal::copy_constructible75 copy_constructible() {} in copy_constructible() function in test::minimal::copy_constructible
44 concept copy_constructible = variable
171 test::minimal::copy_constructible copy_constructible(x); in UNORDERED_AUTO_TEST() local
161 test::minimal::copy_constructible copy_constructible(x); in UNORDERED_AUTO_TEST() local