#include <Compare.h>
Part of API
The templated class ObjCompare<T> really is only a place holder for the static function compare which compares two objects of type T.
Definition at line 68 of file Compare.h.
Static Public Member Functions | |
| static int | compare (const void *obj1, const void *obj2) |
| Compare two objects, and return. | |
| static int casa::ObjCompare< T >::compare | ( | const void * | obj1, | |
| const void * | obj2 | |||
| ) | [static] |
Compare two objects, and return.
1.5.1