Navigation
API > API/Runtime > API/Runtime/Core
| Name | TTupleBase< TIntegerSequence< uint32, Indices... >, Types... > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
| Include Path | #include "Templates/Tuple.h" |
Syntax
template<uint32... Indices, typename... Types>
struct TTupleBase< TIntegerSequence< uint32, Indices... >, Types... > : public UE::Core::Private::Tuple::TTupleBaseElement< Types, Indices, sizeof...>
Inheritance Hierarchy
- TTupleBaseElement → TTupleBase< TIntegerSequence< uint32, Indices... >, Types... >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyAfter
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) ApplyBefore
(
FuncType&& Func, |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
decltype(auto) Get () |
Templates/Tuple.h | ||
constexpr TTupleBase () |
Templates/Tuple.h | ||
TTupleBase
(
TTupleBase&& Other |
Templates/Tuple.h | ||
TTupleBase
(
const TTupleBase& Other |
Templates/Tuple.h | ||
constexpr TTupleBase
(
EForwardingConstructor, |
Templates/Tuple.h | ||
TTupleBase
(
EOtherTupleConstructor, |
Templates/Tuple.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Serialize
(
FArchive& Ar, |
Templates/Tuple.h | ||
static void SerializeStructured
(
FStructuredArchive::FSlot Slot, |
Templates/Tuple.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TTupleBase& Rhs |
Templates/Tuple.h | ||
TTupleBase & operator=
(
TTupleBase&& Other |
Templates/Tuple.h | ||
TTupleBase & operator=
(
const TTupleBase& Other |
Templates/Tuple.h | ||
bool operator==
(
const TTupleBase& Rhs |
Templates/Tuple.h | ||
bool operator>
(
const TTupleBase& Rhs |
Templates/Tuple.h | ||
bool operator>=
(
const TTupleBase& Rhs |
Templates/Tuple.h |