nan_check< UnaryOp > Struct Template Reference

#include <statistics.h>

Public Member Functions

 nan_check (const UnaryOp &op)
 
template<class T >
size_t operator() (const T &obj) const
 

Detailed Description

template<typename UnaryOp>
struct illumina::interop::util::op::nan_check< UnaryOp >

Unary operator that returns true if the number is not NaN

Constructor & Destructor Documentation

nan_check ( const UnaryOp &  op)
inline

Constructor

Parameters
opunary operator that returns an object that contains total_cycles

Member Function Documentation

size_t operator() ( const T &  obj) const
inline

Return true if given value is not NaN

Parameters
objobject to test
Returns
true if given value is not NaN

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