Home
last modified time | relevance | path

Searched refs:incident_to (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/graph/example/
Dremove_edge_if_dir.cpp61 remove_out_edge_if(vertex(0, g), incident_to(vertex(3, g), g), g); in main()
65 remove_edge_if(incident_to(vertex(2, g), g), g); in main()
Dremove_edge_if_bidir.cpp92 remove_out_edge_if(vertex(0, g), incident_to(vertex(3, g), g), g); in main()
/third_party/boost/boost/graph/
Dgraph_utility.hpp97 inline incident_to_predicate< Vertex, Graph > incident_to( in incident_to() function
246 out_found = std::find_if(oi, oiend, incident_to(b, g)); in is_adj_dispatch()
270 out_found = std::find_if(oi, oiend, incident_to(b, g)); in is_adj_dispatch()