Blaze 3.9
blaze::CustomOppositeType< T > Struct Template Reference

Evaluation of the custom opposite type. More...

#include <CustomOppositeType.h>

Detailed Description

template<typename T>
struct blaze::CustomOppositeType< T >

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.


The documentation for this struct was generated from the following file: