Searched refs:test_is_constructible (Results 1 – 1 of 1) sorted by relevance
80 void test_is_constructible() in test_is_constructible() function90 void test_is_constructible() in test_is_constructible() function100 void test_is_constructible() in test_is_constructible() function145 test_is_constructible<int> (); in main()146 test_is_constructible<int, const int> (); in main()147 test_is_constructible<A, int> (); in main()148 test_is_constructible<A, int, double> (); in main()149 test_is_constructible<int&, int&> (); in main()155 test_is_constructible<A, char> (); in main()173 test_is_constructible<int, S>(); in main()[all …]