Helper function to evaluate the given binary operation Op when the right hand side input parameter is a proxy.
More...
|
|
result_type | operator() (V const &lhs, proxy< V, A > const &rhs) const |
| |
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
-
| Op | Binary operation type. |
| V | Return type. |
| A | Accessor type used for the proxy. |
The documentation for this struct was generated from the following file: