Navigation
API > API/Runtime > API/Runtime/uLangCore
The indirect allocation policy always allocates the elements indirectly.
| |
|
| Name |
TDefaultElementAllocator |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Memory/Allocator.h |
| Include Path |
#include "uLang/Common/Memory/Allocator.h" |
Syntax
template<class InRawAllocatorType, typename... AllocatorArgsType>
class TDefaultElementAllocator
Classes
| Name |
Remarks |
| ForAnyElementType |
A class that may be used when NeedsElementType=false is specified. |
| ForElementType |
A class that may be used when NeedsElementType=true is specified. |
Enums
Public
Typedefs
| Name |
Type |
Remarks |
Include Path |
| RawAllocatorType |
InRawAllocatorType |
|
uLang/Common/Memory/Allocator.h |