Blaze 3.9
blaze::AlwaysFalse< T > Struct Template Reference

Type dependent compile time false. More...

#include <AlwaysFalse.h>

Inherits blaze::IntegralConstant< T, N >.

Detailed Description

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

Type dependent compile time false.

This type trait represents a type dependent compile time false. For all possible types, the value member constant is set to false, the nested type definition Type is FalseType, and the class derives from FalseType.


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