Blaze 3.9
blaze::EvaluateTrait< T, typename > Struct Template Reference

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

#include <EvaluateTrait.h>

Detailed Description

template<typename T, typename = void>
struct blaze::EvaluateTrait< T, typename >

Evaluation of the return type of the evaluate function.

Via this type trait it is possible to evaluate the resulting return type of the evaluate function. Given the data type T, the nested type Type corresponds to the resulting return type. In case T is a dense or sparse vector or matrix type, the resulting Type is set to the according result type. Otherwise, Type is set to the unqualified and unmodified T.


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