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