![]() |
Compile time integral multiplication.The Times class template returns the product of the two given template arguments T1 and T2. In order for Times to be able to multiply the two types, both arguments are required to have a nested member value. The result of the multiplication can be accessed via the nested member value, the resulting type is available via the nested type ValueType. More...
#include <Times.h>
Inherits blaze::IntegralC< CommonType< T1::ValueType, T2::ValueType >::Type,(T1::value *T2::value) >.
Compile time integral multiplication.
The Times class template returns the product of the two given template arguments T1 and T2. In order for Times to be able to multiply the two types, both arguments are required to have a nested member value. The result of the multiplication can be accessed via the nested member value, the resulting type is available via the nested type ValueType.