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
Remarks
Helper class for dereferencing pointer types in Sort function
Specializations
TDereferenceWrapper< T *, PREDICATE_CLASS >
Variables
| Type | Name | Description | |
|---|---|---|---|
| const PREDICATE_CLASS & | Predicate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TDereferenceWrapper
(
const PREDICATE_CLASS& InPredicate |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator()
(
T& A, |
Pass through for non-pointer types | |
| bool | operator()
(
const T& A, |