![]() |
Blaze 3.9
|
Compile time check for data types. More...
#include <IsSIMDCombinable.h>
Inherits blaze::IntegralConstant< T, N >.
Compile time check for data types.
This type trait tests whether or not the given types can be combined in the context of SIMD operations. By default, all numeric data types are considered combinable to themselves. Also, different integral types of the same size can be combined. If the types are determined to be SIMD combinable, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType.