s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
Node.insertNonFull
s2
util
container
btree
BTree
Node
Inserts a new value into the BTree, provided that this node is not already full.
class
Node
void
insertNonFull
(
ValueT
v
)
Meta
Source
See Implementation
s2
util
container
btree
BTree
Node
functions
findFirstGE
findFirstGEIndex
findFirstGT
findFirstGTIndex
getChild
getValue
getValues
insertNonFull
isFull
isLeaf
isRoot
leftmost
numChildren
numValues
remove
rightmost
setChild
splitChild
toString
variables
_children
_isLeaf
_numValues
_parent
_position
_values
Inserts a new value into the BTree, provided that this node is not already full.