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

Function vertices

Graph/DirectedGraph.h:623–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621
622template <typename VP, typename EP>
623std::pair<typename DirectedGraph<VP, EP>::vertex_iterator,
624 typename DirectedGraph<VP, EP>::vertex_iterator>
625vertices(const DirectedGraph<VP, EP>& g)
626{
627 return g.vertices();
628}
629
630// EdgeListGraph
631

Callers 2

num_edgesMethod · 0.70
edgesMethod · 0.70

Calls 1

verticesMethod · 0.80

Tested by

no test coverage detected