Home
last modified time | relevance | path

Searched refs:project_right (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/bimap/test/
Dtest_bimap_project.cpp61 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 …]
/third_party/boost/libs/bimap/example/
Dprojection.cpp45 bm_type::right_const_iterator years_iter = bm.project_right(name_iter); in years_example()
/third_party/boost/boost/bimap/
Dbimap.hpp311 right_iterator project_right(IteratorType iter) in project_right() function in boost::bimaps::bimap
318 right_const_iterator project_right(IteratorType iter) const in project_right() function in boost::bimaps::bimap
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk187 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;
/third_party/boost/libs/bimap/doc/
Dtutorial.qbk638 `project_right` and `project_up`, with projects iterators to the ['left map view],
829 [[`bm.project_right(iter)`] [`bm.project<Right>(iter)`] ]