35#ifndef _BLAZE_UTIL_TYPETRAITS_ISBOOLEAN_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISBOOLEAN_H_
95struct IsBoolean<const bool>
106struct IsBoolean<volatile bool>
117struct IsBoolean<const volatile bool>
137template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsBoolean_v
Auxiliary variable template for the IsBoolean type trait.
Definition: IsBoolean.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 boolean types.
Definition: IsBoolean.h:76