AllocatorAnnotation

Use allocator to allocate component.

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

Members

Functions

iallocator
RCIAllocator iallocator()

Get iallocator

Variables

allocator
T allocator;

Allocator to use for component allocation.

Meta