STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::coarse_assign Struct Reference

Performs assignment of all values from one view to the elements of another. More...

Public Member Functions

template<typename View1 , typename View2 >
void operator() (View1 &&x, View2 &&y) const
 

Public Types

using result_type = void
 

Detailed Description

Performs assignment of all values from one view to the elements of another.

If the destination view (y), defines set_elements, use that for assignment of the range of values from x. Otherwise, just use a for loop.


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