Home
last modified time | relevance | path

Searched defs:DistributedEdgeListGraphConcept (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/distributed/
Dconcepts.hpp84 struct DistributedEdgeListGraphConcept struct
86 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 …]