Functor representing the result of binding the third argument of the given operation to the stored value.
More...
|
| binder3rd (Operation const &op, Stored const &val) |
|
template<typename Reference1 , typename Reference2 > |
result_type | operator() (Reference1 x, Reference2 y) const |
|
|
typedef Operation::result_type | result_type |
|
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
-
Operation | Operation to bind. |
Stored | Type of the stored value. |
b_is_stapl_ref | True if the Stored type is a stapl::proxy. |
The documentation for this class was generated from the following file: