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.
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.