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

Based on boolean parameter, dispatch logical invocation of the assignment operator on two view ranges either to a simple for loop or the destination view's set_elements member function. More...

Static Public Member Functions

template<typename View1 , typename View2 >
static void apply (View1 &&x, View2 &&y)
 

Detailed Description

template<bool HasSetElements>
struct stapl::coarse_assign_helper< HasSetElements >

Based on boolean parameter, dispatch logical invocation of the assignment operator on two view ranges either to a simple for loop or the destination view's set_elements member function.


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