35#ifndef _BLAZE_MATH_TYPETRAITS_ISSCALAR_H_
36#define _BLAZE_MATH_TYPETRAITS_ISSCALAR_H_
103template<
typename T >
Header file for the HasCompositeType type trait.
Header file for the IntegralConstant class template.
Header file for the IsPointer type trait.
Header file for the IsProxy type trait.
Header file for the IsReference type trait.
Header file for the IsSIMDPack type trait.
constexpr bool IsScalar_v
Auxiliary variable template for the IsScalar type trait.
Definition: IsScalar.h:104
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for scalar types.
Definition: IsScalar.h:86