![]() |
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.
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.