Skip to content

Instantly share code, notes, and snippets.

@Ben1980
Last active February 21, 2019 20:50
Show Gist options
  • Select an option

  • Save Ben1980/4203d03c19c7b3ae7b4a8db5f1a73a3c to your computer and use it in GitHub Desktop.

Select an option

Save Ben1980/4203d03c19c7b3ae7b4a8db5f1a73a3c to your computer and use it in GitHub Desktop.
template<class RandomIt, class Compare>
constexpr void sort(RandomIt first, RandomIt last, Compare comp); //constexpr since C++ 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment