Skip to content

Instantly share code, notes, and snippets.

@bbhavsar
Created November 15, 2013 20:01
Show Gist options
  • Save bbhavsar/7490664 to your computer and use it in GitHub Desktop.
Save bbhavsar/7490664 to your computer and use it in GitHub Desktop.
template<typename T, typename U>
int process_param(void)
{
T p;
.....
.....
U v;
.....
.....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment