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.

  1. Allocator parent;
    struct ScopedAllocator(ParentAllocator)
    static if(stateSize!ParentAllocator)
    Allocator parent;
  2. alias parent = Allocator.instance

Meta