type
max_align_t
<cstddef>
Type with widest scalar alignment
Alias of a POD type whose alignment requirement is at least as great as that of any possible scalar type, and whose alignment requirement is supported in every context.
Compatibility note
This typedef was formally introduced by both C11 and C++11.
Older libraries may not define it.