WrappingFactory.allocator

Set allocator

  1. RCIAllocator allocator [@property setter]
    class WrappingFactory(T : Factory!Z, Z)
    @property @safe nothrow
    typeof(this)
    allocator
    (
    RCIAllocator allocator
    )
  2. RCIAllocator allocator [@property getter]

Parameters

allocator RCIAllocator

allocator used to allocate wrappers when needed.

Return Value

Type: typeof(this)

typeof(this)

Meta