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