Function rb_remove

Function Documentation

void rb_remove(rb_tree_t *tree, rb_node_t *node)

Remove node in tree.

Parameters:
  • tree – the tree

  • node – the node to remove