blaze::AbsExpr Struct Reference

Base class for all absolute value expression templates.The AbsExpr class serves as a tag for all expression templates that implement an absolute value operation. All classes, that represent an absolute value 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 absolute value expression template. Only in case a class is derived from the AbsExpr base class, the IsAbsExpr type trait recognizes the class as valid absolute value expression template. More...

#include <AbsExpr.h>

Inherits blaze::Expression.

Inherited by blaze::MatAbsExpr [private], and blaze::VecAbsExpr [private].

Detailed Description

Base class for all absolute value expression templates.

The AbsExpr class serves as a tag for all expression templates that implement an absolute value operation. All classes, that represent an absolute value 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 absolute value expression template. Only in case a class is derived from the AbsExpr base class, the IsAbsExpr type trait recognizes the class as valid absolute value expression template.


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