Searched defs:DistributedEdgeListGraphConcept (Results 1 – 1 of 1) sorted by relevance
84 struct DistributedEdgeListGraphConcept struct86 typedef typename graph_traits<G>::edge_descriptor edge_descriptor;87 typedef typename graph_traits<G>::edge_iterator edge_iterator;88 typedef typename graph_traits<G>::edges_size_type edges_size_type;90 traversal_category;91 void constraints() { in constraints()106 void const_constraints(const G& cg) { in const_constraints()113 std::pair<edge_iterator,edge_iterator> p;114 typename graph_traits<G>::vertex_descriptor u, v;115 typename graph_traits<G>::edge_descriptor e;[all …]