Searched defs:DistributedVertexListGraphConcept (Results 1 – 1 of 1) sorted by relevance
39 struct DistributedVertexListGraphConcept struct41 typedef typename graph_traits<G>::vertex_iterator vertex_iterator;42 typedef typename graph_traits<G>::vertices_size_type vertices_size_type;44 traversal_category;45 void constraints() { in constraints()63 void const_constraints(const G& cg) { in const_constraints()77 std::pair<vertex_iterator,vertex_iterator> p;78 typename graph_traits<G>::vertex_descriptor v;79 G g;80 vertices_size_type V;