AllocationContext.Delegate

RAII wrapper for callable closure.

template AllocationContext(Allocator = Mallocator, bool Atomic = true)
struct Delegate (
Ret
Args...
) {
CtxRefCounted!(Closure!(Ret, Args)) _closure;
}

Disabled Default Constructor

A disabled default is present on this object. To use it, use one of the other constructors or a factory function.

Meta