![]() |
Base class for all matrix for-each expression templates.The DeclExpr class serves as a tag for all expression templates that represent an explicit declaration operation. All classes, that represent a declaration 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 declaration expression template. Only in case a class is derived from the DeclExpr base class, the IsDeclExpr type trait recognizes the class as valid declaration expression template. More...
#include <DeclExpr.h>
Inherits blaze::Expression.
Inherited by blaze::DeclDiagExpr [private]
, blaze::DeclHermExpr [private]
, blaze::DeclLowExpr [private]
, blaze::DeclSymExpr [private]
, and blaze::DeclUppExpr [private]
.
Base class for all matrix for-each expression templates.
The DeclExpr class serves as a tag for all expression templates that represent an explicit declaration operation. All classes, that represent a declaration 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 declaration expression template. Only in case a class is derived from the DeclExpr base class, the IsDeclExpr type trait recognizes the class as valid declaration expression template.