35#ifndef _BLAZE_UTIL_TYPETRAITS_HAVESAMESIZE_H_
36#define _BLAZE_UTIL_TYPETRAITS_HAVESAMESIZE_H_
90template<
typename T1,
typename T2 >
107template<
typename T >
125template<
typename T >
126class HaveSameSize<T,void>
144class HaveSameSize<void,void>
164template<
typename T1,
typename T2 >
Header file for the IntegralConstant class template.
Compile time size check.
Definition: HaveSameSize.h:93
constexpr bool HaveSameSize_v
Auxiliary variable template for the HaveSameSize type trait.
Definition: HaveSameSize.h:165
BoolConstant< true > TrueType
Type traits base class.
Definition: IntegralConstant.h:132
BoolConstant< false > FalseType
Type/value traits base class.
Definition: IntegralConstant.h:121
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74