OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
typeCheck< tcheck, true > Struct Template Reference

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

Detailed Description

template<typename tcheck>
struct typeCheck< tcheck, true >

Type check in case of supported type.

Definition at line 134 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.
 
static bool isInf (const tcheck &data)
 It check if the type is Infinity, data type to check.
 

Member Function Documentation

◆ isInf()

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

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

Parameters
datato check
Returns
true if is infinity

Definition at line 155 of file se_class3_vector.hpp.

◆ isNan()

template<typename tcheck >
static bool typeCheck< tcheck, true >::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 143 of file se_class3_vector.hpp.


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