Searched refs:map_by (Results 1 – 12 of 12) sorted by relevance
53 BOOST_DEDUCED_TYPENAME result_of::map_by<Tag,Bimap>::type54 map_by( Bimap & b );101 map_by,110 map_by,122 map_by
201 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) const238 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 …]
68 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()
62 dictionary::map_by<spanish>::const_iterator it = in main()74 dictionary::map_by<english>::const_iterator it2 = in main()
57 for( results_bimap::map_by<place>::const_iterator in main()73 for( results_bimap::map_by<country>::const_iterator in main()
65 translator::map_by<spanish>::const_iterator is in main()78 translator::map_by<english>::const_iterator ie in main()
112 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()
116 bm_type::map_by<author>::iterator i = bm.by<author>().find("Bjarne Stroustrup"); in tutorial_about_tagged_info_hook()
359 struct map_by : struct in boost::bimaps::bimap365 private: map_by() {} in map_by() function372 return ::boost::bimaps::support::map_by<Tag>(*this); in by()379 return ::boost::bimaps::support::map_by<Tag>(*this); in by()
65 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()
818 [[`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`]]
318 bm_type::map_by<name>::iterator iter = bm.by<name>().find("john");