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

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

#include <DeclSymExpr.h>

Inherits blaze::DeclExpr< MT >.

Detailed Description

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

Base class for all declsym expression templates.

The DeclSymExpr class serves as a tag for all expression templates that represent an explicit symmetry declaration (declsym) operation. All classes, that represent a declsym 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 declsym expression template. Only in case a class is derived publicly from the DeclSymExpr base class, the IsDeclSymExpr type trait recognizes the class as valid declsym expression template.


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