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

Function out_edges

Graph/DirectedGraph.h:574–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572
573template <typename VP, typename EP>
574std::pair<
575 typename DirectedGraph<VP, EP>::out_edge_iterator,
576 typename DirectedGraph<VP, EP>::out_edge_iterator>
577out_edges(
578 typename DirectedGraph<VP, EP>::vertex_descriptor u,
579 const DirectedGraph<VP, EP>& g)
580{
581 return g.out_edges(u);
582}
583
584template <typename VP, typename EP>
585typename DirectedGraph<VP, EP>::degree_size_type

Callers

nothing calls this directly

Calls 1

out_edgesMethod · 0.45

Tested by

no test coverage detected