22 #ifndef _BLAZE_UTIL_ALIGNEDSTORAGE_H_
23 #define _BLAZE_UTIL_ALIGNEDSTORAGE_H_
49 template<
size_t Alignment >
50 struct AlignedStorageHelper;
61 struct BLAZE_ALIGN( 1UL ) AlignedStorageHelper<1UL>
73 struct BLAZE_ALIGN( 2UL ) AlignedStorageHelper<2UL>
85 struct BLAZE_ALIGN( 4UL ) AlignedStorageHelper<4UL>
97 struct BLAZE_ALIGN( 8UL ) AlignedStorageHelper<8UL>
109 struct BLAZE_ALIGN( 16UL ) AlignedStorageHelper<16UL>
121 struct BLAZE_ALIGN( 32UL ) AlignedStorageHelper<32UL>
133 struct BLAZE_ALIGN( 64UL ) AlignedStorageHelper<64UL>
162 template<
typename T >