-
usually used regardless.[citation needed] C++
defines alignof operator,
whereas C
defines _
Alignof (C23
defines both). Both
operators have the same semantics...
-
should be a
multiple of the
largest alignment of any
structure member (
alignof(int) in this case,
which = 4 on linux-32bit/gcc)[citation needed]. In this...
- keyword)
_Alignas ‡ _
Alignof ‡
_Atomic _Generic _Noreturn _Static_****ert ‡
_Thread_local ‡ C23
reserved fifteen more words:
alignas alignof bool
constexpr false...
- specifications, such as
Alignment specification (_Alignas specifier, _
Alignof operator,
aligned_alloc function, <stdalign.h> header) The
_Noreturn function...
- alignas,
alignof, bool, static_****ert,
thread_local keywords.
Previously defined keywords become alternative spellings: _Alignas, _
Alignof, _Bool, _Static_****ert...
- of
integer types <limits.h> / §6.2.5
Types / §6.5.3.4 The
sizeof and _
Alignof operators". ISO/IEC 9899:2018 -
Information technology --
Programming languages...
- for the
alignof operator introduced in C++11. C++11
allows variable alignment to be
queried and
controlled with
alignof and alignas. The
alignof operator...
-
_Alignas _
Alignof _Atomic auto
_Bool break case char
_Complex const continue default do
double else enum
extern float for
_Generic goto if _Imaginary...