![]() |
Blaze 3.9
|
Compile time check whether the given type is a solver expression template. More...
#include <IsSolveExpr.h>
Inherits decltype isSolveExpr_backend std::declval< T * >.
Compile time check whether the given type is a solver expression template.
This type trait class tests whether or not the given type Type is a solver expression template (i.e. an expression representing an LSE solver for a single or multiple right-hand side vectors). In order to qualify as a solver expression template, the given type has to derive publicly from the SolveExpr base class. In case the given type is a valid solver expression template, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType.