STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::populate_graph_from_shards< LineReader > Class Template Reference

Work function that reads in a single shard and populates the graph. More...

Public Member Functions

 populate_graph_from_shards (LineReader line_reader, sharded_description desc)
 
template<typename Index , typename GraphView >
result_type operator() (Index linear, GraphView g)
 

Public Types

using result_type = void
 

Detailed Description

template<typename LineReader>
class stapl::populate_graph_from_shards< LineReader >

Work function that reads in a single shard and populates the graph.

Template Parameters
LineReaderFunctor to read in a single line

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