All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
blaze::AddExpr Struct Reference

Base class for addition expression templates.The AddExpr class is the base class for all addition expression templates. All classes that represent an addition operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as addition expression template. Only in case a class is derived from the AddExpr base class the IsAddExpr type trait recognizes the class as valid addition expression template. More...

#include <AddExpr.h>

Inherits blaze::Expression.


Detailed Description

Base class for addition expression templates.

The AddExpr class is the base class for all addition expression templates. All classes that represent an addition operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as addition expression template. Only in case a class is derived from the AddExpr base class the IsAddExpr type trait recognizes the class as valid addition expression template.


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