35 #ifndef _BLAZE_UTIL_TYPETRAITS_ALWAYSFALSE_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ALWAYSFALSE_H_ 62 template<
typename T >
82 template<
typename T >
constexpr bool AlwaysFalse_v
Auxiliary variable template for the AlwaysFalse type trait.The AlwaysFalse_v variable template provid...
Definition: AlwaysFalse.h:83
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Type dependent compile time false.This type trait represents a type dependent compile time false....
Definition: AlwaysFalse.h:63
Header file for the IntegralConstant class template.