UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TDereferenceWrapper< T *, PREDICATE_CLASS > Struct Template Reference

#include <Sorting.h>

Public Member Functions

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

Public Attributes

const PREDICATE_CLASSPredicate
 

Detailed Description

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

Partially specialized version of the above class

Constructor & Destructor Documentation

◆ TDereferenceWrapper()

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

Member Function Documentation

◆ operator()()

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

Dereference pointers

Member Data Documentation

◆ Predicate

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

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