Element Comparator

TBH unless you really need to use this, you’re better off doing sorting using standard C++ practice with std::sort and lambdas, std::algorithm, etc.

I originally wrote the ElementComparator stuff long before lambdas existed, so it’s pretty clunky and probably will be deprecated one day.

1 Like