AllocationContext.Delegate

RAII wrapper for callable closure.

template AllocationContext(Allocator = Mallocator, bool Atomic = true)
struct Delegate (
Ret
Args...
) {}

Constructors

this
this()
Undocumented in source.

Members

Functions

opCall
Ret opCall(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Delegate!(Ret, Args) s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Delegate!(Ret, Args) s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_closure
CtxRefCounted!(Closure!(Ret, Args)) _closure;
Undocumented in source.

Meta