TYCombinator

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h

Include

#include "Async/LocalWorkQueue.h"

Syntax

template<typename LAMBDA>
class TYCombinator

Constructors

Name Description

Public function

TYCombinator

(
    LAMBDA&& InLambda
)

Public function

TYCombinator

(
    const LAMBDA& InLambda
)

Operators

Name Description

Public function Const

constexpr au...

 

operator()

(
    ARGS&&... Args
)

Public function

constexpr au...

 

operator()

(
    ARGS&&... Args
)