Skip to content

Instantly share code, notes, and snippets.

@raymondtay
Created December 7, 2015 02:32
Show Gist options
  • Select an option

  • Save raymondtay/83ab14023dbc60ac217a to your computer and use it in GitHub Desktop.

Select an option

Save raymondtay/83ab14023dbc60ac217a to your computer and use it in GitHub Desktop.
template<int v>
struct Int2Type {
enum { value = v };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment