Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/ReversePredicate.h |
| Include | #include "Templates/ReversePredicate.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& InPredicate |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator()
(
T&& A, |