Skip to content

Instantly share code, notes, and snippets.

@Cylix
Created October 19, 2020 05:21
Show Gist options
  • Select an option

  • Save Cylix/3e8751d24578181a64d7c8bf640ac822 to your computer and use it in GitHub Desktop.

Select an option

Save Cylix/3e8751d24578181a64d7c8bf640ac822 to your computer and use it in GitHub Desktop.
Reflection in C++14 - Static Variables Exemple #1
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