STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::skeletons::skeletons_impl::alltoall_merge< T, tags::pairwise_exchange > Struct Template Reference

The workfunction used in pairwise exchange alltoall for merging the incoming messages. More...

Public Member Functions

 alltoall_merge (std::size_t pair_index)
 
template<typename V1 , typename V2 >
result_type operator() (V1 &&v1, V2 &&v2) const
 

Public Types

typedef std::vector< T > result_type
 

Detailed Description

template<typename T>
struct stapl::skeletons::skeletons_impl::alltoall_merge< T, tags::pairwise_exchange >

The workfunction used in pairwise exchange alltoall for merging the incoming messages.


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