35 #ifndef _BLAZE_MATH_SHIMS_ISZERO_H_
36 #define _BLAZE_MATH_SHIMS_ISZERO_H_
78 template<
typename Type >
79 inline typename EnableIf< IsNumeric<Type>,
bool >::Type
95 template<
typename Type >
96 inline typename DisableIf< IsNumeric<Type>,
bool >::Type
Header file for the UNUSED_PARAMETER function template.
void UNUSED_PARAMETER(const T1 &)
Suppression of unused parameter warnings.
Definition: Unused.h:81
Header file for the DisableIf class template.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the EnableIf class template.
Header file for the IsNumeric type trait.
EnableIf< IsNumeric< Type >, bool >::Type isZero(const Type &v)
Returns whether the given value/object represents the numeric value 0.
Definition: IsZero.h:80