Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIntHeapElement
TIntHeapElement Properties
Name
Description
Priority
Defines the priority value for the heap element.
A heap is a complete binary tree where every node's value (this priority) is guaranteed to be greater than its children's values.
Top