35 #ifndef _BLAZE_UTIL_VALUETRAITS_ISMULTIPLEOF_H_ 36 #define _BLAZE_UTIL_VALUETRAITS_ISMULTIPLEOF_H_ 76 template<
size_t M,
size_t N >
102 struct IsMultipleOf<0,0>
122 template<
size_t M,
size_t N >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
BoolConstant< true > TrueType
Type traits base class.The TrueType class is used as base class for type traits and value traits that...
Definition: IntegralConstant.h:132
Compile time check for a multiplicative relationship of two integral values.This value trait tests wh...
Definition: IsMultipleOf.h:77
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IntegralConstant class template.
constexpr bool IsMultipleOf_v
Auxiliary variable template for the IsMultipleOf value trait.The IsMultipleOf_v variable template pro...
Definition: IsMultipleOf.h:123