STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::binder3rd< Operation, Stored, b_is_stapl_ref > Class Template Reference

Functor representing the result of binding the third argument of the given operation to the stored value. More...

Public Member Functions

 binder3rd (Operation const &op, Stored const &val)
 
template<typename Reference1 , typename Reference2 >
result_type operator() (Reference1 x, Reference2 y) const
 

Public Types

typedef Operation::result_type result_type
 

Detailed Description

template<typename Operation, typename Stored, bool b_is_stapl_ref>
class stapl::binder3rd< Operation, Stored, b_is_stapl_ref >

Functor representing the result of binding the third argument of the given operation to the stored value.

Template Parameters
OperationOperation to bind.
StoredType of the stored value.
b_is_stapl_refTrue if the Stored type is a stapl::proxy.

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