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