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

Evaluation of the return type of the derestrict function. More...

#include <DerestrictTrait.h>

Detailed Description

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

Evaluation of the return type of the derestrict function.

Via this type trait it is possible to evaluate the resulting return type of the derestrict function. Given the non-const vector or matrix type T, the nested type Type corresponds to the resulting return type. In case T is neither a dense or sparse vector or matrix type, the resulting Type is set to INVALID_TYPE.


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