Searched refs:test_container (Results 1 – 4 of 4) sorted by relevance
39 void test_container( C& c ) in test_container() function45 void test_container( std::initializer_list<T>& c ) in test_container() function63 test_container ( v ); in main()64 test_container ( l ); in main()65 test_container ( a ); in main()66 test_container ( il ); in main()
38 void test_container( C& c) in test_container() function44 void test_container( std::initializer_list<T>& c ) in test_container() function62 test_container ( v ); in main()63 test_container ( l ); in main()64 test_container ( a ); in main()65 test_container ( il ); in main()
39 void test_container( C& c ) in test_container() function45 void test_container( std::initializer_list<T>& c) in test_container() function62 test_container ( v ); in main()63 test_container ( a ); in main()64 test_container ( il ); in main()
67 void test_container( C & c, typename C::value_type val ) { in test_container() function86 void test_container( std::initializer_list<T> & c, T val ) { in test_container() function125 test_container ( v, 1 ); in main()126 test_container ( l, 2 ); in main()127 test_container ( a, 3 ); in main()128 test_container ( il, 4 ); in main()