Navigation
API > API/Runtime > API/Runtime/uLangCore
A functor which returns whatever is passed to it. Mainly used for generic composition.
| Name | SIdentityFunctor |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Sorting.h |
| Include Path | #include "uLang/Common/Templates/Sorting.h" |
Syntax
struct SIdentityFunctor
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE T && operator()
(
T&& Val |
uLang/Common/Templates/Sorting.h |