Home
last modified time | relevance | path

Searched refs:can_add_vertex (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/test/
Dtest_graph.hpp111 typename graph_has_add_vertex< Graph >::type can_add_vertex; in test_graph() local
119 build_graph(g, can_add_vertex, is_labeled); in test_graph()
120 build_property_graph(g, can_add_vertex, is_labeled); in test_graph()
Dbundled_properties.cpp160 void test_bundled_properties(Map*, truth< CanAddVertex > can_add_vertex) in test_bundled_properties() argument
185 map, vi, City("Bloomington", 39000, 47401), can_add_vertex); in test_bundled_properties()