Ark Server API (ASE) - 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 12 of file ReversePredicate.h.
|
inline |
Definition at line 17 of file ReversePredicate.h.
|
inline |
Definition at line 22 of file ReversePredicate.h.
|
private |
Definition at line 14 of file ReversePredicate.h.