Ark Server API (ASA) - Wiki
|
#include <ReversePredicate.h>
Public Member Functions | |
TReversePredicate (const PredicateType &InPredicate) | |
template<typename T > | |
FORCEINLINE bool | operator() (T &&A, T &&B) const |
Private Attributes | |
const PredicateType & | Predicate |
Helper class to reverse a predicate. Performs Predicate(B, A)
Definition at line 13 of file ReversePredicate.h.
|
inline |
Definition at line 18 of file ReversePredicate.h.
|
inline |
Definition at line 24 of file ReversePredicate.h.
|
private |
Definition at line 15 of file ReversePredicate.h.