BTreeMapImplementation.root

Root of the tree.

struct BTreeMapImplementation(KeyType, ValueType, int tree_degree)
package
BTreeMapNode* root;

Meta