IEBTree.decreaseNodeCount

Decreases the record counter by n.

class IEBTree
protected
size_t
decreaseNodeCount
(
size_t n
)

Parameters

n size_t

amount to subtract from the record counter value

Return Value

Type: size_t

new record counter value

In: n must be at most the current record counter value.

Meta