Searched refs:test_container (Results 1 – 5 of 5) sorted by relevance
43 void test_container( C& c ) in test_container() function50 void test_container( std::initializer_list<T>& c ) in test_container() function70 test_container ( v ); in main()71 test_container ( l ); in main()72 test_container ( a ); in main()73 test_container ( il ); in main()82 test_container ( sv ); in main()
30 void test_container( C& c) in test_container() function51 void test_container( std::initializer_list<T>& c ) in test_container() function70 test_container ( v ); in main()71 test_container ( l ); in main()72 test_container ( a ); in main()73 test_container ( il ); in main()82 test_container ( sv ); in main()
44 void test_container( C& c ) in test_container() function51 void test_container( std::initializer_list<T>& c) in test_container() function70 test_container ( v ); in main()71 test_container ( a ); in main()72 test_container ( il ); in main()80 test_container ( sv ); in main()
35 void test_container(C& c) in test_container() function59 void test_container(std::initializer_list<T>& c) in test_container() function81 test_container ( v ); in main()83 test_container ( l ); in main()85 test_container ( a ); in main()87 test_container ( il ); in main()96 test_container ( sv ); in main()
151 TEST_CONSTEXPR_CXX14 bool test_container() { in test_container() function267 test_container<std::array<int, 3>>(); in main()268 test_container<std::list<int>>(); in main()269 test_container<std::vector<int>>(); in main()277 static_assert(test_container<std::array<int, 3>>()); in main()