Compare elements used with sort(). More...
#include <Element.h>
Public Member Functions | |
bool | operator() (const Element *x, const Element *y) |
Operator used for Element comparison. |
Compare elements used with sort().
This class is used as an Element comparison class with std::sort(). The elements are compared by their number.