Created
October 19, 2020 05:21
-
-
Save Cylix/3e8751d24578181a64d7c8bf640ac822 to your computer and use it in GitHub Desktop.
Reflection in C++14 - Static Variables Exemple #1
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
| int main(void) { | |
| REGISTER_CLASS(SomeClass) | |
| REGISTER_MEMBER_FUNCTION(SomeClass::some_function) | |
| // ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment