class
InlineContainerAllocator
template<u32 StackElementCount, class SecondaryAllocator = DefaultContainerAllocator>Allocator that will allocate
Template parameters
StackElementCount | on the stack, avoiding dynamic allocations if element count is kept at or below this number. If the element count exceeds the stack element count, the allocator falls back on allocations using |
|---|