Compare used with sort(). More...
#include <Element.h>
Public Member Functions | |
bool | operator() (const T *x, const T *y) |
Operator used for comparison. |
Compare used with sort().
This class is used as the comparison class with std::sort(). The template parameter is the class to be sorted. The class needs to have the '<' operator defined.