TReversePredicate

Helper class to reverse a predicate. Performs Predicate(B, A)

Windows
MacOS
Linux

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

Name Description

Public function

TReversePredicate

(
    const PredicateType& InPredicate
)

Operators

Name Description

Public function Const

bool

 

operator()

(
    T&& A,
    T&& B
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss