STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::detail::write_adjacencies_to_graph< View > Struct Template Reference

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...

Public Member Functions

 write_adjacencies_to_graph (View *view)
 
template<typename E >
void operator() (E &&edges)
 

Public Types

using result_type = void
 

Public Attributes

View * m_view
 

Detailed Description

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
ViewThe graph view to populate

The documentation for this struct was generated from the following file: