TDereferenceWrapper< T *, PREDICATE_CLASS >

Partially specialized version of the above class

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Sorting.h

Include

#include "Templates/Sorting.h"

Syntax

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

Remarks

Partially specialized version of the above class

Variables

Name Description

Public variable

const PREDICATE...

 

Predicate

Functions

Name Description

Public function

 

TDereferenceWrapper

(
    const PREDICATE_CLASS& InPredicate
)

Operators

Name Description

Public function Const

bool

 

operator()

(
    T* A,
    T* B
)

Dereference pointers

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss