Searched refs:project_right (Results 1 – 5 of 5) sorted by relevance
61 BOOST_TEST( bm.project_right(bm.end()) == bm.right.end() ); in test_bimap_project()65 BOOST_TEST( bm.project_right(iter) == right_iter ); in test_bimap_project()69 BOOST_TEST( bm.project_right(left_iter) == right_iter ); in test_bimap_project()73 BOOST_TEST( bm.project_right(right_iter) == right_iter ); in test_bimap_project()77 bm.project_right( iter)->first = "r"; in test_bimap_project()83 BOOST_TEST( cbm.project_right(cbm.end()) == cbm.right.end() ); in test_bimap_project()87 BOOST_TEST( cbm.project_right(citer) == right_citer ); in test_bimap_project()91 BOOST_TEST( cbm.project_right(left_citer) == right_citer ); in test_bimap_project()95 BOOST_TEST( cbm.project_right(right_citer) == right_citer ); in test_bimap_project()101 BOOST_TEST( bm.project_right(left_citer) == right_iter ); in test_bimap_project()[all …]
45 bm_type::right_const_iterator years_iter = bm.project_right(name_iter); in years_example()
311 right_iterator project_right(IteratorType iter) in project_right() function in boost::bimaps::bimap318 right_const_iterator project_right(IteratorType iter) const in project_right() function in boost::bimaps::bimap
187 right_iterator project_right(IteratorType iter);190 right_const_iterator project_right(IteratorType iter) const;411 right_iterator project_right(IteratorType iter);414 right_const_iterator project_right(IteratorType iter) const;
638 `project_right` and `project_up`, with projects iterators to the ['left map view],829 [[`bm.project_right(iter)`] [`bm.project<Right>(iter)`] ]