Function inttree_size

Function Documentation

static inline size_t inttree_size(const struct bstree *const tree)

Get # elements currently in an inttree.

Parameters:

tree – The interval tree handle.

Returns:

The # of elements, or 0 on error.