Searched refs:test_nth_element_impl (Results 1 – 1 of 1) sorted by relevance
121 void test_nth_element_impl(Container& cont) in test_nth_element_impl() function127 void test_nth_element_impl(Container& cont, BinaryPredicate pred) in test_nth_element_impl() function135 test_nth_element_impl(cont); in run_tests()136 test_nth_element_impl(cont, std::less<int>()); in run_tests()137 test_nth_element_impl(cont, std::greater<int>()); in run_tests()141 void test_nth_element_impl() in test_nth_element_impl() function159 test_nth_element_impl< std::vector<int> >(); in test_nth_element()160 test_nth_element_impl< std::deque<int> >(); in test_nth_element()