Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include | #include "Async/LocalWorkQueue.h" |
Syntax
template<typename LAMBDA>
class TYCombinator
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | TYCombinator
(
LAMBDA&& InLambda |
||
| constexpr | TYCombinator
(
const LAMBDA& InLambda |
Operators
| Type | Name | Description | |
|---|---|---|---|
| decltype(Lambda(static_cast< const TYCombinator< LAMBDA > & >(*this), Forward< ARGS >(Args)...)) | operator()
(
ARGS&&... Args |
||
| decltype(Lambda(static_cast< TYCombinator< LAMBDA > & >(*this), Forward< ARGS >(Args)...)) | operator()
(
ARGS&&... Args |