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