Blaze 3.9
blaze::VecExpandExpr< MT, CEAs > Struct Template Reference

Base class for all vector expansion expression templates. More...

#include <VecExpandExpr.h>

Inherits blaze::ExpandExpr< MT >.

Detailed Description

template<typename MT, size_t... CEAs>
struct blaze::VecExpandExpr< MT, CEAs >

Base class for all vector expansion expression templates.

The VecExpandExpr class serves as a tag for all expression templates that implement a vector expansion. All classes, that represent a vector expansion and and that are used within the expression template environment of the Blaze library have to derive publicly from this class in order to qualify as vector expansion expression template. Only in case a class is derived publicly from the VecExpandExpr base class, the IsVecExpandExpr type trait recognizes the class as valid vector expansion expression template.


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