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_init< Generator > Class Template Reference

Wraps the user provided generator for a farm and passes the farm instance upon invocation to the generator. More...

Public Member Functions

 farm_init (Generator generator)
 
template<typename Farm , typename... Args>
void operator() (Farm &&farm, Args &&... args)
 

Public Types

using result_type = void
 

Detailed Description

template<typename Generator>
class stapl::skeletons::skeletons_impl::farm_init< Generator >

Wraps the user provided generator for a farm and passes the farm instance upon invocation to the generator.

Template Parameters
Generatoruser-provided generator for a farm that creates the initial seeds for the farm.

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