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

Work function to add value elt1 to elt0, updating elt0 in the process (elt0 += elt1). More...

Public Member Functions

template<typename Elt0 , typename Elt1 >
void operator() (Elt0 &&elt0, Elt1 &&elt1)
 

Public Types

typedef void result_type
 

Detailed Description

Work function to add value elt1 to elt0, updating elt0 in the process (elt0 += elt1).


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