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

Work-function to extract the different CCs and count the vertices belonging to them. More...

Public Member Functions

template<typename Graph >
result_type operator() (Graph g) const
 

Public Types

typedef UMap result_type
 

Detailed Description

template<typename UMap>
class stapl::cc_algo_detail::extract_graph_cc_stats_wf< UMap >

Work-function to extract the different CCs and count the vertices belonging to them.

Template Parameters
UMapThe type of the map used for storing the output: [CCID->count].

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