Searched refs:test_default_constructible (Results 1 – 3 of 3) sorted by relevance
27 constexpr void test_default_constructible() { in test_default_constructible() function35 test_default_constructible<cpp17_input_iterator<ChildView*>>(); in test()36 test_default_constructible<cpp20_input_iterator<ChildView*>>(); in test()37 test_default_constructible<forward_iterator<ChildView*>>(); in test()38 test_default_constructible<bidirectional_iterator<ChildView*>>(); in test()39 test_default_constructible<random_access_iterator<ChildView*>>(); in test()40 test_default_constructible<contiguous_iterator<ChildView*>>(); in test()
21 constexpr void test_default_constructible() { in test_default_constructible() function44 test_default_constructible<forward_iterator<int*>, /* noexcept */ false>(); in tests()45 test_default_constructible<bidirectional_iterator<int*>, /* noexcept */ false>(); in tests()46 test_default_constructible<random_access_iterator<int*>, /* noexcept */ false>(); in tests()47 test_default_constructible<contiguous_iterator<int*>, /* noexcept */ false>(); in tests()48 test_default_constructible<int*, /* noexcept */ true>(); in tests()
54 int test_default_constructible() in test_default_constructible() function116 res = test_default_constructible<A>(); in test_main()119 res = test_default_constructible<int>(); in test_main()122 res = test_default_constructible<bool>(); in test_main()