Home
last modified time | relevance | path

Searched refs:bimap_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/bimap/test/
Dtest_bimap_ordered.cpp125 > bimap_type; in test_bimap() typedef
127 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()
/third_party/boost/libs/bimap/example/
Dstandard_map_comparison.cpp55 typedef bimap< set_of<std::string>, set_of<int> > bimap_type; in main() typedef
56 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()
/third_party/boost/boost/graph/
Dtwo_graphs_common_spanning_trees.hpp617 bimap_type; in two_graphs_common_spanning_trees() typedef
618 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()
/third_party/boost/libs/bimap/doc/
Dtutorial.qbk406 > bimap_type;
422 > bimap_type;