Ark Server API (ASA) - Wiki
|
#include <ContainerAllocationPolicies.h>
Classes | |
class | ForAnyElementType |
class | ForElementType |
Public Types | |
enum | { NeedsElementType = false } |
enum | { RequireRangeCheck = true } |
using | SizeType = int32 |
The indirect allocation policy always allocates the elements indirectly.
Definition at line 335 of file ContainerAllocationPolicies.h.
using TAlignedHeapAllocator< Alignment >::SizeType = int32 |
Definition at line 338 of file ContainerAllocationPolicies.h.
Enumerator | |
---|---|
NeedsElementType |
Definition at line 340 of file ContainerAllocationPolicies.h.
Enumerator | |
---|---|
RequireRangeCheck |
Definition at line 341 of file ContainerAllocationPolicies.h.