Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TDereferenceWrapper< T *, PREDICATE_CLASS > Struct Template Reference

#include <Sorting.h>

Public Member Functions

 TDereferenceWrapper (const PREDICATE_CLASS &InPredicate)
 
FORCEINLINE bool operator() (T *A, T *B) const
 

Public Attributes

const PREDICATE_CLASS & Predicate
 

Detailed Description

template<typename T, class PREDICATE_CLASS>
struct TDereferenceWrapper< T *, PREDICATE_CLASS >

Partially specialized version of the above class

Definition at line 27 of file Sorting.h.

Constructor & Destructor Documentation

◆ TDereferenceWrapper()

template<typename T , class PREDICATE_CLASS >
TDereferenceWrapper< T *, PREDICATE_CLASS >::TDereferenceWrapper ( const PREDICATE_CLASS & InPredicate)
inline

Definition at line 31 of file Sorting.h.

Member Function Documentation

◆ operator()()

template<typename T , class PREDICATE_CLASS >
FORCEINLINE bool TDereferenceWrapper< T *, PREDICATE_CLASS >::operator() ( T * A,
T * B ) const
inline

Dereference pointers

Definition at line 35 of file Sorting.h.

Member Data Documentation

◆ Predicate

template<typename T , class PREDICATE_CLASS >
const PREDICATE_CLASS& TDereferenceWrapper< T *, PREDICATE_CLASS >::Predicate

Definition at line 29 of file Sorting.h.


The documentation for this struct was generated from the following file: