STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::detail::spread_to_par< In, Ss > Struct Template Reference

Given an tuple of input phs and parallel skeletons, either zip them together or if there's only one input, use it for all. More...

Detailed Description

template<class In, class... Ss>
struct stapl::skeletons::detail::spread_to_par< In, Ss >

Given an tuple of input phs and parallel skeletons, either zip them together or if there's only one input, use it for all.

Template Parameters
Inthe tuple of input phs
Ssthe pack of parallel skeletons
See also
par_t

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