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

Function put

Graph/DirectedGraph.h:748–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746
747template <typename VP, typename EP>
748void put(vertex_removed_t tag, DirectedGraph<VP, EP>& g,
749 typename DirectedGraph<VP, EP>::vertex_descriptor u,
750 bool flag)
751{
752 g.put(tag, u, flag);
753}
754
755/** Return the edge properties of the edge iterator eit. */
756template <typename VP, typename EP>

Callers 1

remove_vertexMethod · 0.70

Calls 1

putMethod · 0.45

Tested by

no test coverage detected