35#ifndef _BLAZE_MATH_TYPETRAITS_ISPADDED_H_
36#define _BLAZE_MATH_TYPETRAITS_ISPADDED_H_
100struct IsPadded< volatile T >
112template<
typename T >
113struct IsPadded< const volatile T >
133template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsPadded_v
Auxiliary variable template for the IsPadded type trait.
Definition: IsPadded.h:134
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for data types with padding.
Definition: IsPadded.h:77