Navigation
API > API/Runtime > API/Runtime/Core
Partially specialized version of the above class
| Name | TDereferenceWrapper< T *, PREDICATE_CLASS > |
| 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< T *, PREDICATE_CLASS >
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Predicate | const PREDICATE_CLASS & | Templates/Sorting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDereferenceWrapper
(
const PREDICATE_CLASS& InPredicate |
Templates/Sorting.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator()
(
T* A, |
Dereference pointers | Templates/Sorting.h |