The OpenD Programming Language

AllocatorList.Allocator

Alias for typeof(Factory()(1)), i.e. the type of the individual allocators.

import std.experimental.allocator.building_blocks.allocator_list;
struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator)
alias Allocator = typeof(Factory.init(1))

Meta