Structure to do a Schwartzian-like transformation, for instance when sorting. More...
Data Fields | |
void * | original_object |
void * | transformed_object |
Structure to do a Schwartzian-like transformation, for instance when sorting.
If you need a transformation on the objects that are sorted, you can sue this to store the transformed values, so you do not need to do the transformation again for each comparison
Definition at line 144 of file util.h.