DecoratingFactoryPolicy.allocator

Set allocator

  1. RCIAllocator allocator [@property setter]
    mixintemplate DecoratingFactoryPolicy()
    @property @safe nothrow
    typeof(this)
    allocator
    (
    RCIAllocator allocator
    )
  2. inout(RCIAllocator) allocator [@property getter]

Parameters

allocator RCIAllocator

allocator used to create components

Return Value

Type: typeof(this)

typeof(this)

Meta