STK++ 0.9.13
STK::IsNaOp< Type > Struct Template Reference

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
 

Detailed Description

template<class Type>
struct STK::IsNaOp< Type >

Template functor testing if a number is a NA value.

Definition at line 359 of file STK_Functors.h.

Member Typedef Documentation

◆ param1_type

template<class Type >
typedef hidden::RemoveConst<Type>::Type STK::IsNaOp< Type >::param1_type

Definition at line 363 of file STK_Functors.h.

◆ result_type

template<class Type >
typedef bool STK::IsNaOp< Type >::result_type

Definition at line 362 of file STK_Functors.h.

Member Enumeration Documentation

◆ anonymous enum

template<class Type >
anonymous enum
Enumerator
NbParam_ 

Definition at line 361 of file STK_Functors.h.

361{ NbParam_ = 1 };

Member Function Documentation

◆ operator()()

template<class Type >
result_type STK::IsNaOp< Type >::operator() ( param1_type const value) const
inline

Definition at line 365 of file STK_Functors.h.

366 { return Arithmetic<param1_type>::isNA(value);}
static bool isNA(Type const &x)

References STK::Arithmetic< Type >::isNA().


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