Navigation
API > API/Runtime > API/Runtime/Core
Helper class for dereferencing pointer types in Sort function
| Name | TDereferenceWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
| Include Path | #include "Templates/Sorting.h" |
Syntax
template<typename T, class PREDICATE_CLASS>
struct TDereferenceWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDereferenceWrapper
(
const PREDICATE_CLASS& InPredicate |
Templates/Sorting.h |
Struct Specializations
| Name | Remarks |
|---|---|
| TDereferenceWrapper< T *, PREDICATE_CLASS > | Partially specialized version of the above class |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Predicate | const PREDICATE_CLASS & | Templates/Sorting.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator()
(
T& A, |
Pass through for non-pointer types | Templates/Sorting.h | |
bool operator()
(
const T& A, |
Templates/Sorting.h |