Navigation
API > API/Runtime > API/Runtime/Core
Regular iterator
| |
|
| Name |
TCompactSetAllocator |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path |
#include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<typename InElementAllocator>
struct TCompactSetAllocator
Derived Classes
Structs
| Name |
Remarks |
| AllocatorAlignment |
CompactSets use raw uint8, so we need extra alignment information for inline allocators |
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ElementAllocator |
InElementAllocator |
|
Containers/ContainerAllocationPolicies.h |