blaze::Declaration< T > Struct Template Reference

Base class for all declaration expression templates.The Declaration class serves as a tag for all declaration expression templates. All classes that represent a declaration 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 declaration expression template. Only in case a class is derived publicly from the Declaration base class, the IsDeclaration type trait recognizes the class as valid declaration expression template. More...

#include <Declaration.h>

Inherits If_t< IsComputation_v< T >, Computation, If_t< IsTransformation_v< T >, Transformation, EmptyType > >.

Detailed Description

template<typename T>
struct blaze::Declaration< T >

Base class for all declaration expression templates.

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


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