Navigation
API > API/Runtime > API/Runtime/uLangCore
Helper class for dereferencing pointer types in Sort function
| Name | TDereferenceWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Sorting.h |
| Include Path | #include "uLang/Common/Templates/Sorting.h" |
Syntax
template<class PredicateType>
struct TDereferenceWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDereferenceWrapper
(
const PredicateType& Predicate |
uLang/Common/Templates/Sorting.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Predicate | const PredicateType & | uLang/Common/Templates/Sorting.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINETEnableIf< TIsPointer< T >::Value, bool >::Type operator()
(
const T A, |
Pass through for non-pointer types | uLang/Common/Templates/Sorting.h | |
ULANG_FORCEINLINETEnableIfTIsPointer< T >::Value, bool >::Type operator()
(
const T& A, |
uLang/Common/Templates/Sorting.h |