Loading...
Searching...
No Matches
Go to the documentation of this file.
35#if defined INTERNAL_NAME
37 #pragma push_macro("SELF")
40 #define SELF EXPAND(INTERNAL_NAME)
44 #error "Cannot redefine SELF"
46 #define SELF EXPAND(NAME)
48 #if !defined PLACEHOLDERS
49 #error "The `SELF` type for a data structure must be defined (by `NAME` or `INTERNAL_NAME`)"