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::gather_impl::gather_op< T > Struct Template Reference

The concatenation of input vectors used in the gather and allgather skeletons. More...

Public Member Functions

void set_position (std::size_t butterfly_size, std::size_t index1, std::size_t index2, std::size_t)
 
template<typename V >
result_type operator() (V &&v1, V &&v2)
 

Public Types

using result_type = std::vector< T >
 

Detailed Description

template<typename T>
struct stapl::skeletons::skeletons_impl::gather_impl::gather_op< T >

The concatenation of input vectors used in the gather and allgather skeletons.

T type of the elments to be combined.


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