auto dg = &obj.method;
auto fptr = dg.funcptr; auto context = dg.ptr;
Note, you cannot call fptr, you will get a runtime error.
Thanks, I'll play with it to see if I can make this work in my code.
auto dg = &obj.method;
auto fptr = dg.funcptr; auto context = dg.ptr;
Note, you cannot call fptr, you will get a runtime error.
Thanks, I'll play with it to see if I can make this work in my code.