|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | static_assert_align(st, align) static_assert((sizeof(st) % (align) == 0), "Structure must be strictly aligned") |
| #define static_assert_align | ( | st, | |
| align ) static_assert((sizeof(st) % (align) == 0), "Structure must be strictly aligned") |
Definition at line 19 of file static_assert.h.