Navigation

Operators and Keywords

Function List:

C++ API

alignof.h File Reference

#include <stddef.h>
Include dependency graph for alignof.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define alignof_slot(type)   offsetof (struct { char __slot1; type __slot2; }, __slot2)
#define alignof_type   alignof_slot
#define alignof   alignof_slot

Define Documentation

#define alignof   alignof_slot
#define alignof_slot (   type  )     offsetof (struct { char __slot1; type __slot2; }, __slot2)
#define alignof_type   alignof_slot
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines