ORIGINAL
|
Combines Comparable and CallbackOf for comparison callbacks. More...
#include <types.h>
Combines Comparable and CallbackOf for comparison callbacks.
Callback | Comparison function type |
TYPE | Type being compared |
Requires a callback that takes two TYPE references and returns bool, while TYPE itself must satisfy Comparable.