Blaze  3.6
blaze::ExpandExpr< T > Struct Template Reference

Base class for all expansion expression templates.The ExpandExpr class serves as a tag for all expression templates that implement expansion operations. All classes, that represent an expansion operation (e.g. vector expansions) 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 expansion expression template. Only in case a class is derived publicly from the ExpandExpr base class, the IsExpandExpr type trait recognizes the class as valid expansion expression template. More...

#include <ExpandExpr.h>

Inherits blaze::Expression< T >.

Detailed Description

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

Base class for all expansion expression templates.

The ExpandExpr class serves as a tag for all expression templates that implement expansion operations. All classes, that represent an expansion operation (e.g. vector expansions) 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 expansion expression template. Only in case a class is derived publicly from the ExpandExpr base class, the IsExpandExpr type trait recognizes the class as valid expansion expression template.


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