Type alignment control

From cppreference.com
< c‎ | header

Template:c/align/navbar

This header provides four macros for specifying and querying the alignment of types and objects.

Defined in header <stdalign.h>
Macros
(C11)
set the alignment requirement of a type or an object
(function macro)
(C11)
get the alignment requirement of a type or an object
(function macro)
expands to the integer constant 1
(macro constant)
expands to the integer constant 1
(macro constant)

[edit] See also

C++ documentation for Standard library header <cstdalign>