Skip to main content

Module node

Module node 

Source
Expand description

Tree nodes: leaves hold values, branches hold child subtrees.

Mirrors index/detail/rtree/node/variant.hpp. Boost dispatches over its node variant with a runtime visitor; the port uses a plain enum and lets match be the visitor — the same shape, no vtable.

Enums§

Node
One node of the tree.