Last active
February 21, 2019 20:50
-
-
Save Ben1980/4203d03c19c7b3ae7b4a8db5f1a73a3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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