|
MVE - Multi-View Environment mve-devel
|
for-each functor: raises each operand to the power of constant value. More...
#include <algo.h>
Public Member Functions | |
| foreach_constant_power (T const &value) | |
| void | operator() (T &val) |
Public Attributes | |
| T | value |
for-each functor: raises each operand to the power of constant value.
|
inline |
|
inline |
| T math::algo::foreach_constant_power< T >::value |