ObjectAllocator.m_allocator

Undocumented in source.
struct ObjectAllocator(T, ALLOC = ThreadMem)
nothrow
static if(!(ALLOC.stringof == "PoolStack"))
static if(!hasMember!(ALLOC, "ident") && ALLOC.stringof != "void")
ALLOC* m_allocator;

Meta