![]() |
Blaze 3.9
|
Base class for all declunilow expression templates. More...
#include <DeclUniLowExpr.h>
Inherits blaze::DeclExpr< MT >.
Base class for all declunilow expression templates.
The DeclUniLowExpr class serves as a tag for all expression templates that represent an explicit unilower declaration (declunilow) operation. All classes, that represent a declunilow 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 declunilow expression template. Only in case a class is derived publicly from the DeclUniLowExpr base class, the IsDeclUniLowExpr type trait recognizes the class as valid declunilow expression template.