Skip to content

Instantly share code, notes, and snippets.

@picanumber
Last active January 11, 2017 14:20
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/e6eb30ada12dac1475c7522944a9f2ff to your computer and use it in GitHub Desktop.
Save picanumber/e6eb30ada12dac1475c7522944a9f2ff to your computer and use it in GitHub Desktop.
Custom destructuring the sorted view
sorted_view sv(first_name, last_name, sport, medals_gold,
medals_silver, medals_bronze, medals_total);
auto [bName1, bName2, bSport, bGoldM, bSilverM, bBronzeM, bTotalM] = sv;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment