Navigation
API > API/Runtime > API/Runtime/Core
| Name | TAllocatorTraits< TSizedInlineAllocator< NumInlineElements, IndexSize, SecondaryAllocator > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 NumInlineElements, int IndexSize, typename SecondaryAllocator>
struct TAllocatorTraits< TSizedInlineAllocator< NumInlineElements, IndexSize, SecondaryAllocator > > : public TAllocatorTraitsBase< TSizedInlineAllocator< NumInlineElements, IndexSize, SecondaryAllocator > >
Inheritance Hierarchy
- TAllocatorTraitsBase → TAllocatorTraits< TSizedInlineAllocator< NumInlineElements, IndexSize, SecondaryAllocator > >