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