Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TAllocatorTraits< Chaos::TUncheckedFixedAllocator< NumInlineElements > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/UncheckedArray.h |
| Include Path | #include "Chaos/Framework/UncheckedArray.h" |
Syntax
namespace TAllocatorTraits< Chaos
{
template<int32 NumInlineElements>
struct TAllocatorTraits< Chaos::TUncheckedFixedAllocator< NumInlineElements > > : public TAllocatorTraits< TFixedAllocator< NumInlineElements > >
}
Inheritance Hierarchy
- TAllocatorTraitsBase → TAllocatorTraits → TAllocatorTraits< Chaos::TUncheckedFixedAllocator< NumInlineElements > >