Blaze 3.9
blaze::VecRepeatExpr< VT, CRAs > Struct Template Reference

Base class for all vector repeater expression templates. More...

#include <VecRepeatExpr.h>

Inherits blaze::RepeatExpr< VT >.

Detailed Description

template<typename VT, size_t... CRAs>
struct blaze::VecRepeatExpr< VT, CRAs >

Base class for all vector repeater expression templates.

The VecRepeatExpr class serves as a tag for all expression templates that represent a vector repeat operation. All classes, that represent a vector repeat 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 vector repeater expression template. Only in case a class is derived publicly from the VecRepeatExpr base class, the IsVecRepeatExpr type trait recognizes the class as valid vector repeater expression template.


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