35#ifndef _BLAZE_UTIL_TYPETRAITS_ISSHORT_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISSHORT_H_
96struct IsShort<const short>
107struct IsShort<volatile short>
118struct IsShort<const volatile short>
129struct IsShort<unsigned short>
140struct IsShort<const unsigned short>
151struct IsShort<volatile unsigned short>
162struct IsShort<const volatile unsigned short>
182template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsShort_v
Auxiliary variable template for the IsShort type trait.
Definition: IsShort.h:183
BoolConstant< true > TrueType
Type traits base class.
Definition: IntegralConstant.h:132
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for short integer types.
Definition: IsShort.h:77