AllocatorAwareDecoratorMixin.allocator

Set allocator

mixintemplate AllocatorAwareDecoratorMixin(T : AllocatorAware!Z, Z)
@property @safe nothrow
typeof(this)
allocator
if (
is(T : Decorator!X,
X
)
)

Parameters

allocator Z

allocator to pass to decorated.

Return Value

Type: typeof(this)

typeof(this)

Meta