Home
last modified time | relevance | path

Searched refs:map_by (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/bimap/support/
Dmap_by.hpp53 BOOST_DEDUCED_TYPENAME result_of::map_by<Tag,Bimap>::type
54 map_by( Bimap & b );
101 map_by,
110 map_by,
122 map_by
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk201 struct map_by;
204 map_by<Tag>::type by();
207 const map_by<Tag>::type & by() const;
210 map_by<Tag>::iterator project(IteratorType iter);
213 map_by<Tag>::const_iterator project(IteratorType iter) const
238 result_of::map_by< Tag, Bimap>::type map_by(Bimap &);
293 If there are tags, it is better to use: `Bimap::map_by<Tag>::key_type`.
300 If there are tags, it is better to use: `Bimap::map_by<Tag>::data_type`.
306 If there are tags, it is better to use: `Bimap::map_by<Tag>::value_type`.
315 `Bimap::map_by<Tag>::iterator` and
[all …]
/third_party/boost/libs/bimap/example/mi_to_b_path/
Dhashed_indices.cpp68 word_counter::map_by<occurrences>::iterator wit = in main()
70 word_counter::map_by<occurrences>::value_type(0,*it) in main()
80 for( word_counter::map_by<occurrences>::const_iterator in main()
Dtagged_bidirectional_map.cpp62 dictionary::map_by<spanish>::const_iterator it = in main()
74 dictionary::map_by<english>::const_iterator it2 = in main()
/third_party/boost/libs/bimap/example/
Dtagged_simple_bimap.cpp57 for( results_bimap::map_by<place>::const_iterator in main()
73 for( results_bimap::map_by<country>::const_iterator in main()
Dmighty_bimap.cpp65 translator::map_by<spanish>::const_iterator is in main()
78 translator::map_by<english>::const_iterator ie in main()
Duser_defined_names.cpp112 People::map_by<id>::const_iterator id_iter = people.by<id>().find(user_id); in tagged_version()
122 for( People::map_by<name>::const_iterator in tagged_version()
Dtutorial_info_hook.cpp116 bm_type::map_by<author>::iterator i = bm.by<author>().find("Bjarne Stroustrup"); in tutorial_about_tagged_info_hook()
/third_party/boost/boost/bimap/
Dbimap.hpp359 struct map_by : struct in boost::bimaps::bimap
365 private: map_by() {} in map_by() function
372 return ::boost::bimaps::support::map_by<Tag>(*this); in by()
379 return ::boost::bimaps::support::map_by<Tag>(*this); in by()
/third_party/boost/libs/bimap/example/bimap_and_boost/
Dtypeof.cpp65 for( bm_type::map_by<name>::iterator iter = bm.by<name>().begin(); in not_using_auto()
71 bm_type::map_by<number>::iterator iter = bm.by<number>().find(2); in not_using_auto()
/third_party/boost/libs/bimap/doc/
Dtutorial.qbk818 [[`bm_type::left_map`] [`bm::map_by<Left>::type`] ]
819 [[`bm_type::right_value_type`] [`bm::map_by<Right>::value_type`] ]
820 [[`bm_type::left_iterator`] [`bm::map_by<Left>::iterator`] ]
821 [[`bm_type::right_const_iterator`][`bm::map_by<Right>::const_iterator`]]
Dbimap_and_boost.qbk318 bm_type::map_by<name>::iterator iter = bm.by<name>().find("john");