![]() |
Base template for the LowType type trait. More...
#include <LowType.h>
Base template for the LowType type trait.
The LowType class template determines the more significant, dominating data type of the two given data types T1 and T2. In case both T1 and T2 are built-in data types, the nested type Type is set to the smaller or unsigned data type. If case both built-in types have the same size and the same signedness, the selected type is implementation defined. In case no lower data type can be selected, Type is set to INVALID_TYPE.
Per default, the LowType template provides support for the following built-in data types:
Additionally, the Blaze library provides specializations for the following user-defined arithmetic types, wherever a less significant data type can be selected:
It is possible to specialize the LowType template for additional user-defined data types. The following example shows the according specialization for two dynamic column vectors: