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::scatter_impl::scatter_op< T > Struct Template Reference

A scatter skeleton based on reverse_binary_tree is a no-op. The filtering of the input to this operation is done with the help of filters to reduce communication. More...

Public Member Functions

void set_position (std::size_t index, bool is_downedge)
 
std::vector< T > operator() (Ref1 x)
 
std::vector< T > operator() (Ref1 x) const
 
bool operator== (identity const &other) const
 

Public Types

using argument_type = Arg
 
using result_type = Result
 

Detailed Description

template<typename T>
struct stapl::skeletons::skeletons_impl::scatter_impl::scatter_op< T >

A scatter skeleton based on reverse_binary_tree is a no-op. The filtering of the input to this operation is done with the help of filters to reduce communication.


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