Define RCSW_DS_BSTREE_INT
Defined in File ds.h
Define Documentation
-
RCSW_DS_BSTREE_INT
Indicate that a bstree should function as an interval tree. tree.
It has no effect unless the RCSW_DS_BSTREE_RB flag is also passed. You must also specify the correct element size for an interval during initialization (this is not done automatically).