Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Templates
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Sorting.h |
| Include | #include "uLang/Common/Templates/Sorting.h" |
Syntax
template<typename PredicateType>
class TReversePredicate
Remarks
Helper class to reverse a predicate. Performs Predicate(B, A)
Constructors
| Type | Name | Description | |
|---|---|---|---|
TReversePredicate
(
const PredicateType& Predicate |
Operators
| Type | Name | Description | |
|---|---|---|---|
| ULANG_FORCEINLINE bool | operator()
(
T&& A, |