35#ifndef _BLAZE_UTIL_TYPETRAITS_ISFLOATINGPOINT_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISFLOATINGPOINT_H_
76 :
public BoolConstant< std::is_floating_point<T>::value >
Header file for the IntegralConstant class template.
constexpr bool IsFloatingPoint_v
Auxiliary variable template for the IsFloatingPoint type trait.
Definition: IsFloatingPoint.h:95
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for floating point data types.
Definition: IsFloatingPoint.h:77