Skip to content

Instantly share code, notes, and snippets.

@picanumber
Last active January 11, 2017 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save picanumber/649ff6509e3b44a5cd8945fb73d98a34 to your computer and use it in GitHub Desktop.
Save picanumber/649ff6509e3b44a5cd8945fb73d98a34 to your computer and use it in GitHub Desktop.
Template argument deduction for class templates
sorted_view sv1(first_name, last_name, sport, medals_gold, medals_silver);
sorted_view sv2(medals_bronze, medals_total);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment