Implement operation of the form \(s_o =
op_{incr}(op(v_i, s_i))\) for compact containers.
More...
template<class _incrementalOperationType, class _elementOperationType>
class vctDynamicCompactLoopEngines::SoCiSi< _incrementalOperationType, _elementOperationType >
Implement operation of the form \(s_o =
op_{incr}(op(v_i, s_i))\) for compact containers.
This class uses a loop to perform incremental binary vector operations of the form
\[s_o = \mathrm{op_{incr}(\mathrm{op}(v_i, s_i))}
\]
- Parameters
-
| _incrementalOperationType | The type of the incremental operation. |
| _elementOperationType | The type of the unary operation. |