UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::TDefaultElementAllocator< InRawAllocatorType, AllocatorArgsType > Class Template Reference

#include <Allocator.h>

Classes

class  ForAnyElementType
 
class  ForElementType
 

Public Types

enum  { NeedsElementType = false }
 
enum  { RequireRangeCheck = true }
 
using RawAllocatorType = InRawAllocatorType
 

Detailed Description

template<class InRawAllocatorType, typename... AllocatorArgsType>
class uLang::TDefaultElementAllocator< InRawAllocatorType, AllocatorArgsType >

The indirect allocation policy always allocates the elements indirectly.

Member Typedef Documentation

◆ RawAllocatorType

template<class InRawAllocatorType , typename... AllocatorArgsType>
using uLang::TDefaultElementAllocator< InRawAllocatorType, AllocatorArgsType >::RawAllocatorType = InRawAllocatorType

Member Enumeration Documentation

◆ anonymous enum

template<class InRawAllocatorType , typename... AllocatorArgsType>
anonymous enum
Enumerator
NeedsElementType 

◆ anonymous enum

template<class InRawAllocatorType , typename... AllocatorArgsType>
anonymous enum
Enumerator
RequireRangeCheck 

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