Blaze 3.9
blaze::DeclUppExpr< MT > Struct Template Reference

Base class for all declupp expression templates. More...

#include <DeclUppExpr.h>

Inherits blaze::DeclExpr< MT >.

Detailed Description

template<typename MT>
struct blaze::DeclUppExpr< MT >

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 publicly from this class in order to qualify as declupp expression template. Only in case class is derived publicly from the DeclUppExpr base class, the IsDeclUppExpr type trait a recognizes the class as valid declupp expression template.


The documentation for this struct was generated from the following file: