KRRegion.parent

If ParentAllocator holds state, parent is a public member of type KRRegion. Otherwise, parent is an alias for ParentAllocator.instance.

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

Meta