Defined in File Dijkstra.hpp
Iterate over nodes with Dijkstra starting from the nodes within the given range.
G – The input graph.
first – The first element of the range.
last – The end of the range.
lambda – Takes a node and its distance from the nodes in the range as input parameters.