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

Evaluation of the custom transpose type. More...

#include <CustomTransposeType.h>

Detailed Description

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

Evaluation of the custom transpose type.

The CustomTransposeType type trait provides a compile time indirection for the evaluation of the transpose type of a custom vector or custom matrix. By default, the nested type alias Type is set to the TransposeType of the given vector or matrix T, but it is possible to specialize CustomTransposeType. Note that cv-qualifiers are not explicitly handled.


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