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::multiplication_map_wf Struct Reference

Work function to multiply two values (elt0, elt1), assigning the result to the given reference result. More...

Public Member Functions

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

Public Types

typedef void result_type
 

Detailed Description

Work function to multiply two values (elt0, elt1), assigning the result to the given reference result.

Note
result should be a proxy.

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