MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
math::algo::foreach_constant_power< T > Struct Template Reference

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

value
 

Detailed Description

template<typename T>
struct math::algo::foreach_constant_power< T >

for-each functor: raises each operand to the power of constant value.

Definition at line 258 of file algo.h.

Constructor & Destructor Documentation

◆ foreach_constant_power()

template<typename T >
math::algo::foreach_constant_power< T >::foreach_constant_power ( T const &  value)
inline

Definition at line 261 of file algo.h.

Member Function Documentation

◆ operator()()

template<typename T >
void math::algo::foreach_constant_power< T >::operator() ( T &  val)
inline

Definition at line 262 of file algo.h.

Member Data Documentation

◆ value

template<typename T >
T math::algo::foreach_constant_power< T >::value

Definition at line 260 of file algo.h.


The documentation for this struct was generated from the following file: