35#ifndef _BLAZE_MATH_SHIMS_ISDIVISOR_H_
36#define _BLAZE_MATH_SHIMS_ISDIVISOR_H_
78template<
typename Type, EnableIf_t< IsScalar_v<Type> >* =
nullptr >
Header file for the EnableIf class template.
Header file for the IsScalar type trait.
BLAZE_ALWAYS_INLINE bool isDivisor(const Type &v)
Returns whether the given value/object is a valid divisor.
Definition: IsDivisor.h:79
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Header file for the equal shim.
System settings for the inline keywords.