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