TTupleImpl< TIntegerSequence< uint32, Indices... >, Types... >

Windows
MacOS
Linux

Inheritance Hierarchy

TTupleElement

TTupleStorage< TIntegerSequence< uint32, Indices... >, Types... >

TTupleImpl< TIntegerSequence< uint32, Indices... >, Types... >

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Tuple.h

Include

#include "Templates/Tuple.h"

Syntax

template<uint32... Indices, typename... Types>
struct TTupleImpl< TIntegerSequence< uint32, Indices... >, Types... > : public UE4Tuple_Private::TTupleStorage< TIntegerSequence< uint32, Indices... >, Types... >

Functions

Name Description

Public function Const

decltype(aut...

 

ApplyAfter

(
    FuncType&& Func,
    ArgTypes&&... Args
)

Public function Const

decltype(aut...

 

ApplyBefore

(
    FuncType&& Func,
    ArgTypes&&... Args
)

Public function

 

TTupleImpl()

Public function

 

TTupleImpl

(
    ArgTypes&&... Args
)

Public function

 

TTupleImpl

(
    TTupleImpl&& Other
)

Public function

 

TTupleImpl

(
    const TTupleImpl& Other
)

Operators

Name Description

Public function

TTupleImpl &

 

operator=

(
    TTupleImpl&& Other
)

Public function

TTupleImpl &

 

operator=

(
    const TTupleImpl& Other
)

Typedefs

Name

Description

Super

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss