libcstl
|
Node to anchor an element within a red-black tree. More...
#include <rbtree.h>
Node to anchor an element within a red-black tree.
Users of the red-black tree object declare this object within another object as follows:
When calling cstl_rbtree_init(), the caller passes the offset of tree_node
within their object as the off
parameter of that function, e.g.