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

Specialization of sequential execution when paragraph_view is not required by the zip operation. More...

Static Public Member Functions

template<typename R , typename S , typename... Tuple>
static R apply_domain (std::true_type, S &&skeleton, std::size_t size, Tuple &&... t)
 
template<typename R , typename S , typename... Tuple>
static R apply_domain (std::false_type, S &&skeleton, std::size_t size, Tuple... t)
 
template<typename R , typename S , typename... V>
static R execute (S &&skeleton, V &&... v)
 

Detailed Description

Specialization of sequential execution when paragraph_view is not required by the zip operation.


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