|
STK++ 0.9.13
|
Visitor computing the min of all the coefficients of the Array. More...
#include <STK_Visitors.h>
Public Types | |
| typedef Type_ | Type |
| typedef RemoveConst< Type >::Type const & | TypeConst |
Public Member Functions | |
| MinVisitor () | |
| void | operator() (Type const &value, int i, int j) |
| void | operator() (Type const &value, int i) |
| TypeConst | result () const |
Public Attributes | |
| Type | res_ |
Visitor computing the min of all the coefficients of the Array.
Definition at line 147 of file STK_Visitors.h.
| typedef Type_ STK::hidden::MinVisitor< Type_ >::Type |
Definition at line 149 of file STK_Visitors.h.
| typedef RemoveConst<Type>::Type const& STK::hidden::MinVisitor< Type_ >::TypeConst |
Definition at line 150 of file STK_Visitors.h.
|
inline |
Definition at line 153 of file STK_Visitors.h.
|
inline |
Definition at line 156 of file STK_Visitors.h.
References STK::hidden::MinVisitor< Type_ >::res_.
|
inline |
Definition at line 154 of file STK_Visitors.h.
References STK::hidden::MinVisitor< Type_ >::res_.
|
inline |
| Type STK::hidden::MinVisitor< Type_ >::res_ |
Definition at line 152 of file STK_Visitors.h.
Referenced by STK::hidden::MinVisitor< Type_ >::operator()(), STK::hidden::MinVisitor< Type_ >::operator()(), and STK::hidden::MinVisitor< Type_ >::result().