Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| bool | Algo::IsHeapBy
(
RangeType& Range, |
Verifies that the range is a min-heap (parent <= child). | |
| bool | Algo::IsHeapBy
(
RangeType& Range, |
Verifies that the range is a min-heap (parent <= child) |