AllocatorAwareDecoratorMixin

Mixin containing default forwarding allocator properties for decorating components.

@safe
mixin template AllocatorAwareDecoratorMixin (
T : AllocatorAware!Z
Z
) if (
is(T : Decorator!X,
X
)
) {}

Members

Properties

allocator
Z allocator [@property setter]

Set allocator

Meta