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