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

Helper struct to merge two tuples representing partial partition information together. More...

Static Public Member Functions

static result_type apply (PartitionInfo const &lh, PartitionInfo const &rh)
 

Public Types

typedef PartitionInfo result_type
 

Detailed Description

template<typename PartitionInfo, int Size = tuple_size<PartitionInfo>::value>
struct stapl::cm_impl::merge_partial_info_helper< PartitionInfo, Size >

Helper struct to merge two tuples representing partial partition information together.

This struct is needed because the merge_partial_info is used during container construction and redistribution. When used in redistribution the tuple has an additional field that represents the set of locations that have data that will be stored in the partition.


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