Standard library header <cstdalign> (C++11)(until C++20), <stdalign.h> (C++11)
From cppreference.com
This header was originally in the C standard library as <stdalign.h>
.
C compatibility header.
Macros | |
__alignas_is_defined (C++11) |
C compatibility macro constant, expands to integer literal 1 (macro constant) |
Notes
<cstdalign>
is deprecated in C++17 and removed in C++20. Corresponding <stdalign.h>
is still available in C++20.