45 /** |
45 /** |
46 * A comparator function comparing two arbitrary values. |
46 * A comparator function comparing two arbitrary values. |
47 * |
47 * |
48 * All functions from compare.h with the cx_cmp prefix are |
48 * All functions from compare.h with the cx_cmp prefix are |
49 * compatible with this signature and can be used as |
49 * compatible with this signature and can be used as |
50 * compare function for collections, or other implementations |
50 * compare function for collections or other implementations |
51 * that need to be type-agnostic. |
51 * that need to be type-agnostic. |
52 * |
52 * |
53 * For simple comparisons the cx_vcmp family of functions |
53 * For simple comparisons the cx_vcmp family of functions |
54 * can be used, but they are NOT compatible with this function |
54 * can be used, but they are NOT compatible with this function |
55 * pointer. |
55 * pointer. |