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