blaze::ElementsExprTrait< VT, CEAs > Struct Template Reference

Evaluation of the expression type type of an elements operation.Via this type trait it is possible to evaluate the return type of an elements operation. Given the dense or sparse vector type VT, the nested type Type corresponds to the resulting return type. In case the given type is neither a dense nor a sparse vector type, the resulting data type Type is set to INVALID_TYPE. More...

#include <ElementsExprTrait.h>

Detailed Description

template<typename VT, size_t... CEAs>
struct blaze::ElementsExprTrait< VT, CEAs >

Evaluation of the expression type type of an elements operation.

Via this type trait it is possible to evaluate the return type of an elements operation. Given the dense or sparse vector type VT, the nested type Type corresponds to the resulting return type. In case the given type is neither a dense nor a sparse vector type, the resulting data type Type is set to INVALID_TYPE.


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