blaze::VecAbsExpr Struct Reference

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

#include <VecAbsExpr.h>

Inherits blaze::AbsExpr.

Inherited by blaze::DVecAbsExpr< VT, TF > [private], and blaze::SVecAbsExpr< VT, TF > [private].

Detailed Description

Base class for all vector absolute value expression templates.

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


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