![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LocalWorkQueue.h>
Public Member Functions | |
| constexpr | TYCombinator (LAMBDA &&InLambda) |
| constexpr | TYCombinator (const LAMBDA &InLambda) |
| template<typename... ARGS> | |
| constexpr auto | operator() (ARGS &&... Args) const -> decltype(Lambda(static_cast< const TYCombinator< LAMBDA > & >(*this), Forward< ARGS >(Args)...)) |
| template<typename... ARGS> | |
| constexpr auto | operator() (ARGS &&... Args) -> decltype(Lambda(static_cast< TYCombinator< LAMBDA > & >(*this), Forward< ARGS >(Args)...)) |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |