35 #ifndef _BLAZE_MATH_TYPETRAITS_ISALIGNED_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISALIGNED_H_ 85 template<
typename T >
97 template<
typename T >
110 template<
typename T >
111 struct IsAligned< volatile T >
112 :
public IsAligned<T>
123 template<
typename T >
124 struct IsAligned< const volatile T >
125 :
public IsAligned<T>
144 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Compile time check for the alignment of data types.This type trait tests whether the given data type ...
Definition: IsAligned.h:86
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IntegralConstant class template.
constexpr bool IsAligned_v
Auxiliary variable template for the IsAligned type trait.The IsAligned_v variable template provides a...
Definition: IsAligned.h:145