MPD
0.20.6
|
Generate a wrapper function. More...
#include <BindMethod.hxx>
Static Public Member Functions | |
static R | Invoke (void *_instance, Args...args) |
Generate a wrapper function.
Helper class for #BindMethodWrapperGenerator.
T | the containing class |
M | the method pointer type |
method | the method pointer |
R | the return type |
Args | the method arguments |
Definition at line 144 of file BindMethod.hxx.
|
inlinestatic |
Definition at line 145 of file BindMethod.hxx.