You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static bool comp_decreasing(const Object* object1, const Object* object2); // use like this: list<Object*>.sort(comp), created to enable sorting on pointers with list<Object*>.sort()
static bool comp_increasing(const Object* object1, const Object* object2); // use like this: list<Object*>.sort(comp), created to enable sorting on pointers with list<Object*>.sort()
static bool comp_weight_decreasing(const Object* object1, const Object* object2); // use like this: list<Object*>.sort(comp), created to enable sorting on pointers with list<Object*>.sort()