![]() |
Compile time integral subtraction.The Minus alias declaration returns the difference of the two given template arguments T1 and T2. In order for Minus to be able to subtract the two types, both arguments are required to have a nested member value. The result of the subtraction can be accessed via the nested member value, the resulting type is available via the nested type ValueType. More...
#include <Minus.h>
Inherits blaze::IntegralConstant< CommonType_< T1::ValueType, T2::ValueType >,(T1::value - T2::value) >.
Compile time integral subtraction.
The Minus alias declaration returns the difference of the two given template arguments T1 and T2. In order for Minus to be able to subtract the two types, both arguments are required to have a nested member value. The result of the subtraction can be accessed via the nested member value, the resulting type is available via the nested type ValueType.