Skip to content

Instantly share code, notes, and snippets.

@picanumber
Created January 11, 2017 13:35
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/7e6c2da532f86f29debe66291b8209ac to your computer and use it in GitHub Desktop.
Save picanumber/7e6c2da532f86f29debe66291b8209ac to your computer and use it in GitHub Desktop.
Sort based on total medals, then gold, then silver, the bronze
sv.multi_sort<9, 6, 7, 8>([](auto&& a, auto&& b) { return a > b; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment