Helper class to transport visitations through the graph. More...
Static Public Member Functions | |
| template<typename Graph , typename Vertex , typename Op > | |
| static void | single (Graph *const g, Vertex &&v, Op &&op) |
| template<typename Graph , typename Iterator , typename Op > | |
| static void | bulk (Graph *const g, size_t loc, Iterator begin, Iterator end, Op &&op) |
Helper class to transport visitations through the graph.
| Guarded | Whether the visits should be guarded with an RMI lock |
1.8.13