STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::skeletons::optimizers::zr_unroller< N > Struct Template Reference

Helper recursive template that unrolls a zip_reduce loop (iterator based) by the specified factor. More...

Static Public Member Functions

template<typename Return , typename Zip , typename Reduce , typename ... Iters>
static void apply (Return &ret, Zip &zip_op, Reduce &red_op, Iters &... iters)
 

Detailed Description

template<std::size_t N>
struct stapl::skeletons::optimizers::zr_unroller< N >

Helper recursive template that unrolls a zip_reduce loop (iterator based) by the specified factor.


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