AllocatorAnnotation

Use allocator to allocate component.

  1. struct AllocatorAnnotation(T = RCIAllocator)
  2. struct AllocatorAnnotation(T)
    @safe
    struct AllocatorAnnotation (
    T
    ) if (
    hasStaticMember!(T, "instance")
    ) {}

Members

Functions

iallocator
RCIAllocator iallocator()

Get iallocator

Variables

allocator
T allocator;

Allocator to use for component allocation.

Meta