Searched refs:intv (Results 1 – 2 of 2) sorted by relevance
223 vector<int> intv; in find_first_of_test() local224 intv.push_back(0); in find_first_of_test()225 intv.push_back(1); in find_first_of_test()226 intv.push_back(2); in find_first_of_test()227 intv.push_back(3); in find_first_of_test()230 first = find_first_of(intv.begin(), intv.end(), intsl.begin(), intsl.end()); in find_first_of_test()231 CPPUNIT_ASSERT( first != intv.end() ); in find_first_of_test()235 vector<int> intv; in find_first_of_test() local236 intv.push_back(3); in find_first_of_test()237 intv.push_back(2); in find_first_of_test()[all …]
25500 http://www.artima.com/intv/dry.html