is “T
is overaligned” equivalent to alignof(T)>alignof(std::max_align_t)
? And is it possible to have an overaligned type without using alignas
keyword?
is “T
is overaligned” equivalent to alignof(T)>alignof(std::max_align_t)
? And is it possible to have an overaligned type without using alignas
keyword?