disconnect

Disconnect function (or function template) f from its "this" pointer, creating a template that can be passed as an alias parameter to a template which already has a context (such as a non-static templated method). To connect the alias back to a "this" pointer, use .connect(p). Use .call(args) on the result to call the resulting function. Requires __traits(child) support.

Members

Aliases

P
deprecated alias P = thisOf!f
Undocumented in source.
R
deprecated alias R = RefType!P
Undocumented in source.

Structs

disconnect
deprecated struct disconnect
Undocumented in source.

Meta