35 #ifndef _BLAZE_UTIL_MPL_NEXTMULTIPLE_H_
36 #define _BLAZE_UTIL_MPL_NEXTMULTIPLE_H_
43 #include <boost/typeof/typeof.hpp>
82 :
public Plus< T1, Modulus< Minus< T2, Modulus< T1, T2 > >, T2 > >
Header file for the Modulus class template.
Header file for the Plus class template.
Header file for the IntegralC class template.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Compile time integral addition.The Plus class template returns the sum of the two given template argu...
Definition: Plus.h:72
Header file for the Minus class template.
#define BLAZE_STATIC_ASSERT(expr)
Compile time assertion macro.In case of an invalid compile time expression, a compilation error is cr...
Definition: StaticAssert.h:143
Compile time integral round up operation.The NextMultiple class template rounds up the given template...
Definition: NextMultiple.h:81