Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDereferenceWrapper
Overloads
| 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 |
operator()(T &, T &)
Description
Pass through for non-pointer types
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
| Include Path | #include "Templates/Sorting.h" |
bool operator()
(
T & A,
T & B
)
operator()(const T &, const T &)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
| Include Path | #include "Templates/Sorting.h" |
bool operator()
(
const T & A,
const T & B
) const