UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::TAdderVTable< T > Struct Template Reference

#include <AdderRef.h>

+ Inheritance diagram for UE::Core::Private::TAdderVTable< T >:

Public Member Functions

constexpr TAdderVTable (void(*InAddConstRef)(void *ContainerPtr, const T &Val), void(*InAddRValueRef)(void *ContainerPtr, T &&Val))
 

Public Attributes

void(* AddConstRef )(void *ContainerPtr, const T &Val)
 
void(* AddRValueRef )(void *ContainerPtr, T &&Val)
 

Constructor & Destructor Documentation

◆ TAdderVTable()

template<typename T >
constexpr UE::Core::Private::TAdderVTable< T >::TAdderVTable ( void(*)(void *ContainerPtr, const T &Val InAddConstRef,
void(*)(void *ContainerPtr, T &&Val InAddRValueRef 
)
inlineconstexpr

Member Data Documentation

◆ AddConstRef

template<typename T >
void(* UE::Core::Private::TAdderVTable< T >::AddConstRef) (void *ContainerPtr, const T &Val)

◆ AddRValueRef

template<typename T >
void(* UE::Core::Private::TAdderVTable< T >::AddRValueRef) (void *ContainerPtr, T &&Val)

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