35 #ifndef _BLAZE_UTIL_TYPETRAITS_HAVESAMESIZE_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_HAVESAMESIZE_H_ 90 template<
typename T1,
typename T2 >
107 template<
typename T >
125 template<
typename T >
126 class HaveSameSize<T,void>
144 class HaveSameSize<void,void>
164 template<
typename T1,
typename T2 >
BoolConstant< false > FalseType
Type/value traits base class.The FalseType class is used as base class for type traits and value trai...
Definition: IntegralConstant.h:121
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
BoolConstant< true > TrueType
Type traits base class.The TrueType class is used as base class for type traits and value traits that...
Definition: IntegralConstant.h:132
constexpr bool HaveSameSize_v
Auxiliary variable template for the HaveSameSize type trait.The HaveSameSize_v variable template prov...
Definition: HaveSameSize.h:165
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Compile time size check.This class offers the possibility to test the size of two types at compile ti...
Definition: HaveSameSize.h:91
Header file for the IntegralConstant class template.