![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "uLang/Common/Algo/IntroSort.h"Go to the source code of this file.
Namespaces | |
| namespace | uLang |
| namespace | uLang::Algo |
Functions | |
| template<typename RangeType > | |
| ULANG_FORCEINLINE void | uLang::Algo::Sort (RangeType &&Range) |
| template<typename RangeType , typename PredicateType > | |
| ULANG_FORCEINLINE void | uLang::Algo::Sort (RangeType &&Range, PredicateType Pred) |
| template<typename RangeType , typename ProjectionType > | |
| ULANG_FORCEINLINE void | uLang::Algo::SortBy (RangeType &&Range, ProjectionType Proj) |
| template<typename RangeType , typename ProjectionType , typename PredicateType > | |
| ULANG_FORCEINLINE void | uLang::Algo::SortBy (RangeType &&Range, ProjectionType Proj, PredicateType Pred) |