Searched refs:test_is_default_constructible (Results 1 – 2 of 2) sorted by relevance
17 void test_is_default_constructible() in test_is_default_constructible() function86 test_is_default_constructible<A>(); in main()87 test_is_default_constructible<Union>(); in main()88 test_is_default_constructible<Empty>(); in main()89 test_is_default_constructible<int>(); in main()90 test_is_default_constructible<double>(); in main()91 test_is_default_constructible<int*>(); in main()92 test_is_default_constructible<const int*>(); in main()93 test_is_default_constructible<char[3]>(); in main()96 test_is_default_constructible<NotEmpty>(); in main()[all …]
83 void test_is_default_constructible() in test_is_default_constructible() function160 test_is_default_constructible<int>(); in main()161 test_is_default_constructible<DefaultSFINAES<int>>(); in main()