/sorting

Primary LanguageC++GNU General Public License v3.0GPL-3.0

sorting

Illustrative example of how to use the C++ STL std::sort algorithm to sort a vector of custom objects, std::pair in this case, with respect to a given (strict) partial order relation.