STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::handle_right_op< Op, V, A, E > Struct Template Reference

Helper function to evaluate the given binary operation Op when the right hand side input parameter is a proxy. More...

Public Member Functions

result_type operator() (V const &lhs, proxy< V, A > const &rhs) const
 

Public Types

typedef V result_type
 

Detailed Description

template<typename Op, typename V, typename A, typename E = void>
struct stapl::handle_right_op< Op, V, A, E >

Helper function to evaluate the given binary operation Op when the right hand side input parameter is a proxy.

Template Parameters
OpBinary operation type.
VReturn type.
AAccessor type used for the proxy.

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