Searched refs:test_default_constructible (Results 1 – 2 of 2) sorted by relevance
22 constexpr void test_default_constructible() { in test_default_constructible() function45 test_default_constructible<forward_iterator<int*>, /* noexcept */ false>(); in tests()46 test_default_constructible<bidirectional_iterator<int*>, /* noexcept */ false>(); in tests()47 test_default_constructible<random_access_iterator<int*>, /* noexcept */ false>(); in tests()48 test_default_constructible<contiguous_iterator<int*>, /* noexcept */ false>(); in tests()49 test_default_constructible<int*, /* noexcept */ true>(); in tests()
28 constexpr void test_default_constructible() { in test_default_constructible() function45 test_default_constructible<forward_iterator<ChildView*>>(); in test()46 test_default_constructible<bidirectional_iterator<ChildView*>>(); in test()47 test_default_constructible<random_access_iterator<ChildView*>>(); in test()48 test_default_constructible<contiguous_iterator<ChildView*>>(); in test()