OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
typeCheck< tcheck, foundamental > Struct Template Reference

Type check in case of unknown type. More...

Detailed Description

template<typename tcheck, bool foundamental>
struct typeCheck< tcheck, foundamental >

Type check in case of unknown type.

Definition at line 105 of file se_class3_vector.hpp.

#include <se_class3_vector.hpp>

Static Public Member Functions

static bool isNan (const tcheck &data)
 It check if the type is Nan, data type to check. More...
 
static bool isInf (const tcheck &data)
 It check if the type is Infinity, data type to check. More...
 

Member Function Documentation

template<typename tcheck, bool foundamental>
static bool typeCheck< tcheck, foundamental >::isInf ( const tcheck &  data)
inlinestatic

It check if the type is Infinity, data type to check.

Parameters
datato check
Returns
false if is infinity

Definition at line 126 of file se_class3_vector.hpp.

template<typename tcheck, bool foundamental>
static bool typeCheck< tcheck, foundamental >::isNan ( const tcheck &  data)
inlinestatic

It check if the type is Nan, data type to check.

Parameters
datato check
Returns
true if is Nan

Definition at line 114 of file se_class3_vector.hpp.


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