An STL function object class, this is intended to be used on any ordered collection of classes that contain a compare_to() method.
More...
template<class ObjectType>
class CompareTo< ObjectType >
An STL function object class, this is intended to be used on any ordered collection of classes that contain a compare_to() method.
It defines the order of the pointers via compare_to().
Definition at line 28 of file compareTo.h.