UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IsHeap.h File Reference
#include "Algo/Impl/BinaryHeap.h"
#include "Templates/IdentityFunctor.h"
#include "Templates/Invoke.h"
#include "Templates/Less.h"
#include "Templates/UnrealTemplate.h"

Go to the source code of this file.

Namespaces

namespace  AlgoImpl
 
namespace  Algo
 

Functions

template<typename RangeValueType , typename IndexType , typename ProjectionType , typename PredicateType >
bool AlgoImpl::IsHeapInternal (const RangeValueType *Heap, IndexType Num, ProjectionType Projection, PredicateType Predicate)
 
template<typename RangeType >
UE_REWRITE bool Algo::IsHeap (const RangeType &Range)
 
template<typename RangeType , typename PredicateType >
UE_REWRITE bool Algo::IsHeap (const RangeType &Range, PredicateType Predicate)
 
template<typename RangeType , typename ProjectionType >
UE_REWRITE bool Algo::IsHeapBy (const RangeType &Range, ProjectionType Projection)
 
template<typename RangeType , typename ProjectionType , typename PredicateType >
UE_REWRITE bool Algo::IsHeapBy (const RangeType &Range, ProjectionType Projection, PredicateType Predicate)