I want to have a stl list of objects where each object contains two int\'s. Afterwards I want to sort the list with stl::sort after the value of th
list
int
std::list::sort has a one-argument form, with the first argument being the comparison function.