Blaze 3.9
blaze::Expression< T > Struct Template Reference

Base class for all expression templates. More...

#include <Expression.h>

Inherits T.

Inherited by blaze::AddExpr< T >, blaze::BinaryMapExpr< T >, blaze::DeclExpr< T >, blaze::DivExpr< T >, blaze::EvalExpr< T >, blaze::ExpandExpr< T >, blaze::GenExpr< T >, blaze::MultExpr< T >, blaze::NoAliasExpr< T >, blaze::NoSIMDExpr< T >, blaze::ReduceExpr< T >, blaze::RepeatExpr< T >, blaze::SerialExpr< T >, blaze::SolveExpr< T >, blaze::SubExpr< T >, blaze::TransExpr< T >, blaze::UnaryMapExpr< T >, and blaze::View< T >.

Detailed Description

template<typename T>
struct blaze::Expression< T >

Base class for all expression templates.

The Expression class is the base class for all expression templates. All classes that represent an expression 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 expression template. Only in case a class is derived publicly from the Expression base class, the IsExpression type trait recognizes the class as valid expression template.


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