ZXFoundation™ 26h2
Loading...
Searching...
No Matches
lib::rb_node Struct Referenceexport
module lib.rbtree

Intrusive red-black tree node. More...

Collaboration diagram for lib::rb_node:
[legend]

Data Fields

uptr __parent_color {}
 Parent pointer | color bit.
rb_nodeleft {}
 Left child (nullptr = leaf).
rb_noderight {}
 Right child (nullptr = leaf).

Detailed Description

Intrusive red-black tree node.


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