blaze::VecRealExpr Struct Reference

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

#include <VecRealExpr.h>

Inherits blaze::RealExpr.

Inherited by blaze::DVecRealExpr< VT, TF > [private], and blaze::SVecRealExpr< VT, TF > [private].

Detailed Description

Base class for all vector real part expression templates.

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


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