data_structures
|
Go to the source code of this file.
Functions | |
size_t | rbt_rank (const t_rbt *rbt, const void *key) |
Returns the number of keys in the tree strictly less than the specified key. More... | |
size_t rbt_rank | ( | const t_rbt * | rbt, |
const void * | key | ||
) |
Returns the number of keys in the tree strictly less than the specified key.
key | The key |
Definition at line 34 of file rbt_rank.c.