Navigation
API > API/Runtime > API/Runtime/Core
| Name | TVisitTupleElements_Impl< TIntegerSequence< uint32, Indices... > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
| Include Path | #include "Templates/Tuple.h" |
Syntax
template<uint32... Indices>
struct TVisitTupleElements_Impl< TIntegerSequence< uint32, Indices... > >
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Do
(
FuncType&& Func, |
Templates/Tuple.h | ||
static 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. | Templates/Tuple.h |