allefabbri / sorting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%