Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UE4Tuple_Private::TTupleElementHelperImpl< Index, Index, ElementType, Types... > Struct Template Reference

#include <Tuple.h>

Public Types

typedef ElementType Type
 

Static Public Member Functions

template<typename TupleType >
static FORCEINLINE ElementType & Get (TupleType &Tuple)
 
template<typename TupleType >
static FORCEINLINE const ElementType & Get (const TupleType &Tuple)
 

Detailed Description

template<uint32 Index, typename ElementType, typename... Types>
struct UE4Tuple_Private::TTupleElementHelperImpl< Index, Index, ElementType, Types... >

Definition at line 114 of file Tuple.h.

Member Typedef Documentation

◆ Type

template<uint32 Index, typename ElementType , typename... Types>
typedef ElementType UE4Tuple_Private::TTupleElementHelperImpl< Index, Index, ElementType, Types... >::Type

Definition at line 116 of file Tuple.h.

Member Function Documentation

◆ Get() [1/2]

template<uint32 Index, typename ElementType , typename... Types>
template<typename TupleType >
static FORCEINLINE const ElementType & UE4Tuple_Private::TTupleElementHelperImpl< Index, Index, ElementType, Types... >::Get ( const TupleType & Tuple)
inlinestatic

Definition at line 125 of file Tuple.h.

◆ Get() [2/2]

template<uint32 Index, typename ElementType , typename... Types>
template<typename TupleType >
static FORCEINLINE ElementType & UE4Tuple_Private::TTupleElementHelperImpl< Index, Index, ElementType, Types... >::Get ( TupleType & Tuple)
inlinestatic

Definition at line 119 of file Tuple.h.


The documentation for this struct was generated from the following file: