Helper function to evaluate the given binary operation Op when both input parameters are proxies.
More...
|
|
result_type | operator() (proxy< V, A1 > const &lhs, proxy< V, A2 > const &rhs) const |
| |
template<typename Op, typename V, typename A1, typename A2, typename E1 = void, typename E2 = void>
struct stapl::handle_both_op< Op, V, A1, A2, E1, E2 >
Helper function to evaluate the given binary operation Op when both input parameters are proxies.
- Template Parameters
-
| Op | Binary operation type. |
| V | Return type. |
| A1,A2 | Accessor types used for the proxies. |
The documentation for this struct was generated from the following file: