Skip to content

Instantly share code, notes, and snippets.

@AustinBrunkhorst
Created March 25, 2018 00:07
Show Gist options
  • Save AustinBrunkhorst/11ce4da2354f152e141a1d19fa54ca57 to your computer and use it in GitHub Desktop.
Save AustinBrunkhorst/11ce4da2354f152e141a1d19fa54ca57 to your computer and use it in GitHub Desktop.
C++ Reflection | Attribute Macro
#if defined(__REFLECTION_PARSER__)
# define Meta(...) __attribute__((annotate(#__VA_ARGS__)))
#else
# define Meta(...)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment