Skip to content

Instantly share code, notes, and snippets.

@bbhavsar
Last active December 28, 2015 10:59
Show Gist options
  • Save bbhavsar/7490683 to your computer and use it in GitHub Desktop.
Save bbhavsar/7490683 to your computer and use it in GitHub Desktop.
if (type == "int") {
process_param<UParamInt, int>();
} else if (type == "float") {
process_param<UParamFloat, float>();
} else if {
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment