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

for-each functor: multiplies operand with constant factor. More...

#include <algo.h>

Public Member Functions

 foreach_multiply_with_const (T const &value)
 
void operator() (T &val)
 

Public Attributes

value
 

Detailed Description

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

for-each functor: multiplies operand with constant factor.

Definition at line 222 of file algo.h.

Constructor & Destructor Documentation

◆ foreach_multiply_with_const()

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

Definition at line 225 of file algo.h.

Member Function Documentation

◆ operator()()

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

Definition at line 226 of file algo.h.

Member Data Documentation

◆ value

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

Definition at line 224 of file algo.h.


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