CARB_ALIGN_OF#
Defined in carb/Defines.h
-
CARB_ALIGN_OF(T)#
Returns the required alignment of a type.
- Parameters:
T – The type to determine alignment of.
- Returns:
The required alignment of
T
, in bytes.
Defined in carb/Defines.h
Returns the required alignment of a type.
T – The type to determine alignment of.
The required alignment of T
, in bytes.