Blaze 3.9
blaze::VecTVecMapExpr< MT > Struct Template Reference

Base class for all outer map expression templates. More...

#include <VecTVecMapExpr.h>

Inherits blaze::BinaryMapExpr< MT >.

Detailed Description

template<typename MT>
struct blaze::VecTVecMapExpr< MT >

Base class for all outer map expression templates.

The VecTVecMapExpr class serves as a tag for all expression templates that implement outer map operations (i.e. custom operations between a column vector and a row vector). All classes, that represent an outer map operation and that are used within the expression template environment of the Blaze library have to derive publicly from this class in order to qualify as outer map expression template. Only in case a class is derived publicly from the VecVecMapExpr base class, the IsVecVecMapExpr type trait recognizes the class as valid outer map expression template.


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