|
STK++ 0.9.13
|
Template functor testing if a number is an infinite 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 &value1) const |
Template functor testing if a number is an infinite value.
Definition at line 397 of file STK_Functors.h.
| typedef hidden::RemoveConst<Type>::Type STK::IsInfiniteOp< Type >::param1_type |
Definition at line 401 of file STK_Functors.h.
| typedef bool STK::IsInfiniteOp< Type >::result_type |
Definition at line 400 of file STK_Functors.h.
|
inline |