Work function to take the output of the butterfly (which should be the adjacency list for only the vertices on this location) and write the edges back to the graph.
More...
|
| write_adjacencies_to_graph (View *view) |
|
template<typename E > |
void | operator() (E &&edges) |
|
template<typename View>
struct stapl::detail::write_adjacencies_to_graph< View >
Work function to take the output of the butterfly (which should be the adjacency list for only the vertices on this location) and write the edges back to the graph.
- Template Parameters
-
View | The graph view to populate |
The documentation for this struct was generated from the following file: