Type alignment control
From cppreference.com
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) |
| (C11)
|
expands to the integer constant 1 (macro constant) |
| (C11)
|
expands to the integer constant 1 (macro constant) |
[edit] See also
|
C++ documentation for Standard library header <cstdalign>
|