Blaze  3.6
blaze::DeclLowExpr< MT > Struct Template Reference

Base class for all decllow expression templates.The DeclLowExpr class serves as a tag for all expression templates that represent an explicit lower declaration (decllow) operation. All classes, that represent a decllow operation 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 decllow expression template. Only in case a class is derived publicly from the DeclLowExpr base class, the IsDeclLowExpr type trait recognizes the class as valid decllow expression template. More...

#include <DeclLowExpr.h>

Inherits blaze::DeclExpr< MT >.

Detailed Description

template<typename MT>
struct blaze::DeclLowExpr< MT >

Base class for all decllow expression templates.

The DeclLowExpr class serves as a tag for all expression templates that represent an explicit lower declaration (decllow) operation. All classes, that represent a decllow operation 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 decllow expression template. Only in case a class is derived publicly from the DeclLowExpr base class, the IsDeclLowExpr type trait recognizes the class as valid decllow expression template.


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