35 #ifndef _BLAZE_UTIL_MPL_INTEGRALC_H_
36 #define _BLAZE_UTIL_MPL_INTEGRALC_H_
69 template<
typename T, T N >
75 static const T value = N;
#define BLAZE_CONSTRAINT_MUST_BE_INTEGRAL_TYPE(T)
Constraint on the data type.In case the given data type T is not an integral data type...
Definition: Integral.h:78
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Constraint on the data type.
Generic wrapper for a compile time constant integral value.The IntegralC class template represents a ...
Definition: IntegralC.h:70