![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "HAL/Platform.h"Go to the source code of this file.
Namespaces | |
| namespace | Algo |
Functions | |
| template<class T , typename IndexType , typename UnaryPredicate > | |
| IndexType | Algo::Partition (T *Elements, const IndexType Num, UnaryPredicate Predicate) |
| template<typename RangeType , typename UnaryPredicateType > | |
| UE_REWRITE auto | Algo::Partition (RangeType &&Range, UnaryPredicateType Predicate) -> decltype(GetNum(Range)) |