Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
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
| Type | Name | Description | |
|---|---|---|---|
| const PREDICATE_CLASS & | Predicate |
Functions
| Type | Name | Description | |
|---|---|---|---|
TDereferenceWrapper
(
const PREDICATE_CLASS& InPredicate |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator()
(
T* A, |
Dereference pointers |