An STL function object class, this is intended to be used on any ordered collection of pointers to classes that contain a compare_to() method. More...
#include "indirectCompareTo.h"
Public Member Functions | |
bool | operator() (const ObjectType *a, const ObjectType *b) const |
Returns true if a sorts before b, false otherwise. More... | |
An STL function object class, this is intended to be used on any ordered collection of pointers to classes that contain a compare_to() method.
It defines the order of the pointers via compare_to().
Definition at line 25 of file indirectCompareTo.h.
|
inline |
Returns true if a sorts before b, false otherwise.
Definition at line 19 of file indirectCompareTo.I.