Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo > API/Runtime/Core/Algo/Impl
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/Impl/BinaryHeap.h |
| Include | #include "Algo/Impl/BinaryHeap.h" |
namespace AlgoImpl
{
template<typename IndexType>
IndexType AlgoImpl::HeapGetLeftChildIndex
(
IndexType Index
)
}
Remarks
Gets the index of the left child of node at Index. Index of the left child.
Parameters
| Name | Description |
|---|---|
| Index | Node for which the left child index is to be returned. |