Functor which adds edges from an unordered_map adjacency list.
More...
|
| | dag_neighbors (UMapTargets &umap_targets) |
| |
|
template<typename Vertex , typename Graph > |
| void | operator() (Vertex v, Graph &view) |
| |
|
|
UMapTargets * | m_umap_targets |
| |
template<typename UMapTargets>
struct stapl::generators::detail::dag_neighbors< UMapTargets >
Functor which adds edges from an unordered_map adjacency list.
◆ dag_neighbors()
template<typename UMapTargets >
- Parameters
-
| umap_targets | A stapl::unordered map where each key is a vertex id and each value is a list of its outgoing neighbors |
The documentation for this struct was generated from the following file: