![]() |
Blaze 3.9
|
Compile time check for the commutativity of data types. More...
#include <IsCommutative.h>
Inherits blaze::IntegralConstant< T, N >.
Compile time check for the commutativity of data types.
This type trait tests whether or not the two given data types T1 and T2 are commutative with respect to mathematical operations. If the types are commutative, 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.