EBTree32.firstGreaterEqual

Searches the tree for the first node whose key is >= the specified key, and returns it.

class EBTree32(bool signed = false)
firstGreaterEqual

Parameters

key Key

key to search for

Return Value

Type: Node*

first node >= than specified key, may be null if no node found

Meta