![]() |
Blaze 3.9
|
Evaluation of the custom opposite type. More...
#include <CustomOppositeType.h>
Evaluation of the custom opposite type.
The CustomOppositeType type trait provides a compile time indirection for the evaluation of the opposite type of a custom matrix. By default, the nested type alias Type
is set to the OppositeType of the given vector or matrix T, but it is possible to specialize CustomOppositeType. Note that cv-qualifiers are not explicitly handled.