AllocatorList.this

Constructs an AllocatorList given a factory object. This constructor is defined only if Factory has state.

  1. this(Factory plant)
    struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator)
    static if(stateSize!Factory)
    this
    (
    ref Factory plant
    )
  2. this(Factory plant)

Meta