Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TAllocatorTraits< TInlineElementAllocator< NumInlineElements, SecondaryAllocator > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Memory/Allocator.h |
| Include Path | #include "uLang/Common/Memory/Allocator.h" |
Syntax
template<uint32_t NumInlineElements, typename SecondaryAllocator>
struct TAllocatorTraits< TInlineElementAllocator< NumInlineElements, SecondaryAllocator > > : public uLang::TAllocatorTraitsBase< TInlineElementAllocator< NumInlineElements, SecondaryAllocator > >
Inheritance Hierarchy
- TAllocatorTraitsBase → TAllocatorTraits< TInlineElementAllocator< NumInlineElements, SecondaryAllocator > >