DijkstraBfsVisitor.initVertex

Passes the call through to the supplied Dijkstra visitor.

struct DijkstraBfsVisitor(GraphT, QueueT, DijkstraVisitorT, DistanceMapT, PredecessorMapT, WeightMapT, alias sumFunction = (a, b) => a + b)
void
initVertex
(
ref const(GraphT) g
,)

Meta