Searched refs:test_remove_copy_if_impl (Results 1 – 1 of 1) sorted by relevance
34 void test_remove_copy_if_impl( const Container& c, UnaryPredicate pred ) in test_remove_copy_if_impl() function69 test_remove_copy_if_impl(c, boost::bind(std::equal_to<int>(), _1, to_remove)); in test_remove_copy_if_()70 test_remove_copy_if_impl(c, boost::bind(std::not_equal_to<int>(), _1, to_remove)); in test_remove_copy_if_()74 void test_remove_copy_if_impl() in test_remove_copy_if_impl() function100 test_remove_copy_if_impl< std::vector<int> >(); in test_remove_copy_if()101 test_remove_copy_if_impl< std::list<int> >(); in test_remove_copy_if()102 test_remove_copy_if_impl< std::deque<int> >(); in test_remove_copy_if()