35 #ifndef _BLAZE_UTIL_TYPETRAITS_ISSHORT_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ISSHORT_H_ 74 template<
typename T >
96 struct IsShort<const short>
107 struct IsShort<volatile short>
118 struct IsShort<const volatile short>
129 struct IsShort<unsigned short>
140 struct IsShort<const unsigned short>
151 struct IsShort<volatile unsigned short>
162 struct IsShort<const volatile unsigned short>
182 template<
typename T >
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
Compile time check for short integer types.This type trait tests whether or not the given template pa...
Definition: IsShort.h:75
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool IsShort_v
Auxiliary variable template for the IsShort type trait.The IsShort_v variable template provides a con...
Definition: IsShort.h:183
Header file for the IntegralConstant class template.