Function rb_next

Function Documentation

rb_node_t *rb_next(rb_node_t *node)

Compute next node from given node.

Parameters:
  • node – the start node

Returns:

The next node after node