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::farm_stub< Env > Class Template Reference

Wraps the environment used in the current spawning process and provides farm functionality to the user workfunctions. More...

Public Member Functions

 farm_stub (Env env)
 
 farm_stub (farm_stub const &)=default
 
 farm_stub (farm_stub &&)=default
 
template<typename Op , typename Item , typename Arg , typename... Args>
void add (Op &&op, Item &&item, Arg &arg, Args &&... args)
 

Public Types

using result_type = void
 

Detailed Description

template<typename Env>
class stapl::skeletons::skeletons_impl::farm_stub< Env >

Wraps the environment used in the current spawning process and provides farm functionality to the user workfunctions.

Template Parameters
Envthe environment which is used in the current spawning process. This can be any skeleton environment that supports

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