35 #ifndef _BLAZE_UTIL_MPL_MODULO_H_ 36 #define _BLAZE_UTIL_MPL_MODULO_H_ 74 IntegralConstant< CommonType_t< typename T1::ValueType, typename T2::ValueType >
75 , ( T1::value % T2::value ) >;
IntegralConstant< CommonType_t< typename T1::ValueType, typename T2::ValueType >,(T1::value % T2::value) > Modulo_t
Compile time integral modulo operation.The Modulo_t alias template returns the result of a modulo ope...
Definition: Modulo.h:75
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the CommonType type trait.
Header file for the IntegralConstant class template.