STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::dist_spec_impl::merge_contains_info Struct Reference

Work function to combine the partial results from part_contains_gid invocations. This is used as the reduce operation of a map_reduce that performs the GID to partition id mapping in a container-based arbitrary distribution specification. More...

Public Member Functions

template<typename PairRef0 , typename PairRef1 >
result_type operator() (PairRef0 p0, PairRef1 p1)
 

Public Types

typedef std::pair< unsigned long int, bool > result_type
 

Detailed Description

Work function to combine the partial results from part_contains_gid invocations. This is used as the reduce operation of a map_reduce that performs the GID to partition id mapping in a container-based arbitrary distribution specification.


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