TTuple

Windows
MacOS
Linux

Inheritance Hierarchy

TTupleBase

TTuple

References

Module

Core

Header

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

Include

#include "Templates/Tuple.h"

Syntax

Constructors

Name Description

Public function

TTuple()

Public function

TTuple

(
    ArgTypes&&... Args
)

Public function

TTuple

(
    TTuple< OtherTypes... >&& Other
)

Public function

TTuple

(
    const TTuple< OtherTypes... >& Oth...
)

Public function

TTuple

(
    TTuple&&
)

Public function

TTuple

(
    const TTuple&
)

Operators

Name Description

Public function

TTuple &

 

operator=

(
    TTuple&&
)

Public function

TTuple &

 

operator=

(
    const TTuple&
)

Public function

TTuple &

 

operator=

(
    const TTuple< OtherTypes... >& Oth...
)

Public function

TTuple &

 

operator=

(
    TTuple< OtherTypes... >&& 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