Searched refs:test_min_element_impl (Results 1 – 1 of 1) sorted by relevance
102 void test_min_element_impl(TestPolicy policy) in test_min_element_impl() function130 void test_min_element_impl() in test_min_element_impl() function132 test_min_element_impl<Container>(min_element_test_policy()); in test_min_element_impl()134 test_min_element_impl<Container>( in test_min_element_impl()137 test_min_element_impl<Container>( in test_min_element_impl()143 test_min_element_impl< const std::vector<int> >(); in test_min_element()144 test_min_element_impl< const std::deque<int> >(); in test_min_element()145 test_min_element_impl< const std::list<int> >(); in test_min_element()147 test_min_element_impl< std::vector<int> >(); in test_min_element()148 test_min_element_impl< std::deque<int> >(); in test_min_element()[all …]