Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Dgraph_concepts.hpp256 struct EdgeMutableGraphConcept struct
258 typedef typename graph_traits<G>::edge_descriptor edge_descriptor;
259 void constraints() { in constraints()
265 G g;
266 edge_descriptor e;
267 std::pair<edge_descriptor, bool> p;
268 typename graph_traits<G>::vertex_descriptor u, v;