ScopedAllocator.parent

If ParentAllocator is stateful, parent is a property giving access to an AffixAllocator!ParentAllocator. Otherwise, parent is an alias for AffixAllocator!ParentAllocator.instance.

struct ScopedAllocator(ParentAllocator)
static if(stateSize!ParentAllocator)
Allocator parent;

Meta