Template Function NetworKit::Traversal::callBFSHandle

Function Documentation

template<class F>
auto NetworKit::Traversal::callBFSHandle(F &f, node u, count dist) -> decltype(f(u, dist))

Calls the given BFS handle with distance parameter

Calls the given BFS handle without distance parameter