MCPcopy Create free account
hub / github.com/BirolLab/abyss / edge

Function edge

Graph/DirectedGraph.h:650–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648
649template <typename VP, typename EP>
650std::pair<typename DirectedGraph<VP, EP>::edge_descriptor, bool>
651edge(
652 typename DirectedGraph<VP, EP>::vertex_descriptor u,
653 typename DirectedGraph<VP, EP>::vertex_descriptor v,
654 const DirectedGraph<VP, EP>& g)
655{
656 return g.edge(u, v);
657}
658
659// VertexMutableGraph
660

Callers

nothing calls this directly

Calls 1

edgeMethod · 0.45

Tested by

no test coverage detected