AllocatorAwareMixin

Convienience mixin that implmenets allocator aware interface by delegating it to decorated AllocatorAware component.

  1. mixintemplate AllocatorAwareMixin(T : AllocatorAware!Z, Z)
    @safe
    mixin template AllocatorAwareMixin (
    T : AllocatorAware!Z
    Z
    ) {}
  2. mixintemplate AllocatorAwareMixin(Z)

Members

Mixins

__anonymous
mixin AllocatorAwareMixin!Z
Undocumented in source.

Meta