35#ifndef _BLAZE_UTIL_TYPETRAITS_ISVALID_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISVALID_H_
96struct IsValid<const INVALID_TYPE>
107struct IsValid<volatile INVALID_TYPE>
118struct IsValid<const volatile INVALID_TYPE>
138template<
typename T >
Header file for the IntegralConstant class template.
Utility type for generic codes.
constexpr bool IsValid_v
Auxiliary variable template for the IsValid type trait.
Definition: IsValid.h:139
BoolConstant< false > FalseType
Type/value traits base class.
Definition: IntegralConstant.h:121
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time type check.
Definition: IsValid.h:77