MCPcopy Create free account
hub / github.com/BirolLab/abyss / operator *

Method operator *

Graph/DirectedGraph.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 vertex_descriptor src) : m_it(it), m_src(src) { }
95
96 edge_descriptor operator *() const
97 {
98 return edge_descriptor(m_src, m_it->target());
99 }
100
101 bool operator ==(const out_edge_iterator& it) const
102 {

Callers

nothing calls this directly

Calls 1

targetMethod · 0.45

Tested by

no test coverage detected