blaze::VecConjExpr Struct Reference

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

#include <VecConjExpr.h>

Inherits blaze::ConjExpr.

Inherited by blaze::DVecConjExpr< VT, TF > [private], and blaze::SVecConjExpr< VT, TF > [private].

Detailed Description

Base class for all vector complex conjugate expression templates.

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


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