Ark Server API (ASE) - Wiki
|
#include <Sorting.h>
Public Member Functions | |
TDereferenceWrapper (const PREDICATE_CLASS &InPredicate) | |
FORCEINLINE bool | operator() (T &A, T &B) |
FORCEINLINE bool | operator() (const T &A, const T &B) const |
Public Attributes | |
const PREDICATE_CLASS & | Predicate |
Helper class for dereferencing pointer types in Sort function
|
inline |
|
inline |
|
inline |
const PREDICATE_CLASS& TDereferenceWrapper< T, PREDICATE_CLASS >::Predicate |