35#ifndef _BLAZE_MATH_SHIMS_ISNAN_H_
36#define _BLAZE_MATH_SHIMS_ISNAN_H_
78template<
typename T, EnableIf_t< IsNumeric_v<T> >* =
nullptr >
Header file for the EnableIf class template.
Header file for the IsNumeric type trait.
BLAZE_ALWAYS_INLINE bool isnan(T a) noexcept
Platform independent implementation of the C99 isnan function.
Definition: IsNaN.h:79
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
System settings for the inline keywords.