Searched refs:test_container (Results 1 – 1 of 1) sorted by relevance
69 void test_container( C & c, typename C::value_type val ) { in test_container() function88 void test_container( std::initializer_list<T> & c, T val ) { in test_container() function127 test_container ( v, 1 ); in main()128 test_container ( l, 2 ); in main()129 test_container ( a, 3 ); in main()130 test_container ( il, 4 ); in main()