|
STK++ 0.9.13
|
Template functor testing if a number is a NA 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 NA value.
Definition at line 359 of file STK_Functors.h.
| typedef hidden::RemoveConst<Type>::Type STK::IsNaOp< Type >::param1_type |
Definition at line 363 of file STK_Functors.h.
| typedef bool STK::IsNaOp< Type >::result_type |
Definition at line 362 of file STK_Functors.h.
|
inline |