data_structures
Data Fields
s_rbt Struct Reference

A left-leaning red-black binary search tree. More...

#include <rbt.h>

Data Fields

t_rbt_noderoot
 The root of the tree. More...
 
const t_typekey_type
 The type of keys in the tree. More...
 
const t_typeval_type
 The type of values in the ree. More...
 

Detailed Description

A left-leaning red-black binary search tree.

Definition at line 72 of file rbt.h.

Field Documentation

◆ key_type

s_rbt::key_type

The type of keys in the tree.

Definition at line 75 of file rbt.h.

◆ root

s_rbt::root

The root of the tree.

Definition at line 74 of file rbt.h.

◆ val_type

s_rbt::val_type

The type of values in the ree.

Definition at line 76 of file rbt.h.


The documentation for this struct was generated from the following file: