Wraps the user provided generator for a farm and passes the farm instance upon invocation to the generator.
More...
|
| farm_init (Generator generator) |
|
template<typename Farm , typename... Args> |
void | operator() (Farm &&farm, Args &&... args) |
|
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
-
Generator | user-provided generator for a farm that creates the initial seeds for the farm. |
The documentation for this class was generated from the following file: