35#ifndef _BLAZE_UTIL_TYPETRAITS_ISDOUBLE_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISDOUBLE_H_
95struct IsDouble<const double>
106struct IsDouble<volatile double>
117struct IsDouble<const volatile double>
137template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsDouble_v
Auxiliary variable template for the IsDouble type trait.
Definition: IsDouble.h:138
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 double precision floating point types.
Definition: IsDouble.h:76