Searched refs:bimap_type (Results 1 – 4 of 4) sorted by relevance
125 > bimap_type; in test_bimap() typedef127 bimap_type b1; in test_bimap()129 b1.insert( bimap_type::value_type(1,"one") ); in test_bimap()131 bimap_type b2( b1 ); in test_bimap()140 b1.insert( bimap_type::value_type(2,"two") ); in test_bimap()145 b1.insert( bimap_type::value_type(3,"three") ); in test_bimap()150 b1.insert( bimap_type::value_type(4,"four") ); in test_bimap()
55 typedef bimap< set_of<std::string>, set_of<int> > bimap_type; in main() typedef56 bimap_type bm; in main()68 typedef bimap_type::left_map map_type; in main()84 typedef bimap_type::right_map reverse_map_type; in main()
617 bimap_type; in two_graphs_common_spanning_trees() typedef618 typedef typename bimap_type::value_type bimap_value; in two_graphs_common_spanning_trees()620 bimap_type iG_bimap, vG_bimap; in two_graphs_common_spanning_trees()
406 > bimap_type;422 > bimap_type;