![]() |
Base class for all declupp expression templates.The DeclUppExpr class serves as a tag for all expression templates that represent an explicit upper declaration (declupp) operation. All classes, that represent a declupp operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as declupp expression template. Only in case a class is derived from the DeclUppExpr base class, the IsDeclUppExpr type trait recognizes the class as valid declupp expression template. More...
#include <DeclUppExpr.h>
Inherits blaze::DeclExpr.
Inherited by blaze::DMatDeclUppExpr< MT, SO > [private]
, and blaze::SMatDeclUppExpr< MT, SO > [private]
.
Base class for all declupp expression templates.
The DeclUppExpr class serves as a tag for all expression templates that represent an explicit upper declaration (declupp) operation. All classes, that represent a declupp operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as declupp expression template. Only in case a class is derived from the DeclUppExpr base class, the IsDeclUppExpr type trait recognizes the class as valid declupp expression template.