35 #ifndef _BLAZE_UTIL_TYPETRAITS_ALWAYSTRUE_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ALWAYSTRUE_H_ 62 template<
typename T >
82 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Type dependent compile time true.This type trait represents a type dependent compile time true...
Definition: AlwaysTrue.h:63
constexpr bool AlwaysTrue_v
Auxiliary variable template for the AlwaysTrue type trait.The AlwaysTrue_v variable template provides...
Definition: AlwaysTrue.h:83
Header file for the TrueType type/value trait base class.