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

Work function passed to butterfly to construct a PARAGRAPH that takes the partial partition information from each location, merges it with the others, and in the end places the partition information for a given location on that location. More...

Public Member Functions

 merge_partition_info (unsigned int locs)
 
void set_position (unsigned int butterfly_size, unsigned int index1, unsigned int index2, std::size_t)
 
template<typename PartitionInfoVectorRef >
result_type operator() (PartitionInfoVectorRef const &el1, PartitionInfoVectorRef const &el2)
 

Public Types

typedef std::vector< PartitionInfo > result_type
 

Detailed Description

template<typename PartitionInfo>
struct stapl::cm_impl::merge_partition_info< PartitionInfo >

Work function passed to butterfly to construct a PARAGRAPH that takes the partial partition information from each location, merges it with the others, and in the end places the partition information for a given location on that location.


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