35 #ifndef _BLAZE_UTIL_ALIGNMENTCHECK_H_
36 #define _BLAZE_UTIL_ALIGNMENTCHECK_H_
67 template<
typename T >
Header file for the AlignmentOf type trait.
Header file for basic type definitions.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
bool checkAlignment(const T *address)
Checks the alignment of the given.
Definition: AlignmentCheck.h:68
Evaluation of the required alignment of the given data type.The AlignmentOf type trait template evalu...
Definition: AlignmentOf.h:77