src/cx/compare.h

changeset 1424
563033aa998c
parent 1399
40c3b850f859
equal deleted inserted replaced
1423:9a72258446cd 1424:563033aa998c
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.

mercurial