Blaze 3.9
blaze::YieldsZero< OP, T, Ts > Struct Template Reference

Compile time check for operations on vectors and matrices. More...

#include <YieldsZero.h>

Inherits blaze::IntegralConstant< T, N >.

Detailed Description

template<typename OP, typename T, typename... Ts>
struct blaze::YieldsZero< OP, T, Ts >

Compile time check for operations on vectors and matrices.

This type trait tests whether or not the given operation OP yields a zero vector or zero matrix when applied to several vectors or matrices of types T and Ts. In case the operation yields a zero vector or matrix, 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.


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