Searched refs:test_is_copy_constructible (Results 1 – 1 of 1) sorted by relevance
17 void test_is_copy_constructible() in test_is_copy_constructible() function69 test_is_copy_constructible<A>(); in main()70 test_is_copy_constructible<int&>(); in main()71 test_is_copy_constructible<Union>(); in main()72 test_is_copy_constructible<Empty>(); in main()73 test_is_copy_constructible<int>(); in main()74 test_is_copy_constructible<double>(); in main()75 test_is_copy_constructible<int*>(); in main()76 test_is_copy_constructible<const int*>(); in main()77 test_is_copy_constructible<NotEmpty>(); in main()[all …]