STK++ 0.9.13
|
Template functor testing if a number is a finite value. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 1 } |
typedef bool | result_type |
typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
result_type | operator() (param1_type const &value) const |
Template functor testing if a number is a finite value.
Definition at line 384 of file STK_Functors.h.
typedef hidden::RemoveConst<Type>::Type STK::IsFiniteOp< Type >::param1_type |
Definition at line 388 of file STK_Functors.h.
typedef bool STK::IsFiniteOp< Type >::result_type |
Definition at line 387 of file STK_Functors.h.
|
inline |