Algo::IsHeap

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Algo::IsHeap

(
    RangeType& Range
)

Verifies that the range is a min-heap (parent <= child).

Public function

bool

 

Algo::IsHeap

(
    RangeType& Range,
    PredicateType Predicate
)

Verifies that the range is a min-heap (parent <= child)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss