Created
March 25, 2018 00:07
-
-
Save AustinBrunkhorst/11ce4da2354f152e141a1d19fa54ca57 to your computer and use it in GitHub Desktop.
C++ Reflection | Attribute Macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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