35#ifndef _BLAZE_MATH_TYPETRAITS_ISCUSTOM_H_
36#define _BLAZE_MATH_TYPETRAITS_ISCUSTOM_H_
110template<
typename T >
111struct IsCustom< volatile T >
123template<
typename T >
124struct IsCustom< const volatile T >
144template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsCustom_v
Auxiliary variable template for the IsCustom type trait.
Definition: IsCustom.h:145
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for custom data types.
Definition: IsCustom.h:88