Searched refs:test_is_copy_constructible (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_copy_constructible.pass.cpp17 void test_is_copy_constructible() function
69 test_is_copy_constructible<A>();
70 test_is_copy_constructible<int&>();
71 test_is_copy_constructible<Union>();
72 test_is_copy_constructible<Empty>();
73 test_is_copy_constructible<int>();
74 test_is_copy_constructible<double>();
75 test_is_copy_constructible<int*>();
76 test_is_copy_constructible<const int*>();
77 test_is_copy_constructible<NotEmpt
[all...]

Completed in 84 milliseconds