![]() |
Base class for all real part expression templates.The RealExpr class serves as a tag for all expression templates that implement a real part operation. All classes, that represent a 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 real part expression template. Only in case a class is derived from the RealExpr base class, the IsRealExpr type trait recognizes the class as valid real part expression template. More...
#include <RealExpr.h>
Inherits blaze::Expression.
Inherited by blaze::MatRealExpr [private]
, and blaze::VecRealExpr [private]
.
Base class for all real part expression templates.
The RealExpr class serves as a tag for all expression templates that implement a real part operation. All classes, that represent a 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 real part expression template. Only in case a class is derived from the RealExpr base class, the IsRealExpr type trait recognizes the class as valid real part expression template.