R
Size: a a a
ПК
ПК
std::aligned_storage<16,16>
std::aligned_storage<16,4>
q
v
NP
using Align1616 = std::aligned_storage<16,1>::type;
Int3 object;
Align1616 alignedObj;
new (&alignedObj) Int3{object};
NP
NP
The default value of Align is the most stringent (the largest) alignment requirement for any object whose size is at most Len
q
NP
T1, …, TN
должен прокатывать вариант с НОК(alignof(T1), …, alignof(TN))