35#ifndef _BLAZE_UTIL_VALUETRAITS_ISMULTIPLEOF_H_
36#define _BLAZE_UTIL_VALUETRAITS_ISMULTIPLEOF_H_
76template<
size_t M,
size_t N >
102struct IsMultipleOf<0,0>
122template<
size_t M,
size_t N >
Header file for the IntegralConstant class template.
BoolConstant< true > TrueType
Type traits base class.
Definition: IntegralConstant.h:132
constexpr bool IsMultipleOf_v
Auxiliary variable template for the IsMultipleOf value trait.
Definition: IsMultipleOf.h:123
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for a multiplicative relationship of two integral values.
Definition: IsMultipleOf.h:79