#include <FMSort.h>
Inheritance diagram for fm::icomparator< T >:

Public Member Functions | |
| virtual | ~icomparator () |
| Destructor. | |
| virtual bool | compare (const T &a, const T &b) |
| Compares two elements in descending order, using operator<. | |
|
||||||||||||||||
|
Compares two elements in descending order, using operator<. Override this function to define your custom comparator.
Reimplemented from fm::comparator< T >. |
1.4.6-NO