Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
Include | #include "Templates/Tuple.h" |
Syntax
template<uint32... Indices>
struct TVisitTupleElements_Impl< TIntegerSequence< uint32, Indices... > >
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Do
(
FuncType&& Func, |
|
![]() ![]() |
void | InvokeFunc
(
FuncType&& Func, |
We need a second function to do the invocation for a particular index, to avoid the pack expansion being attempted on the indices and tuples simultaneously. |