digitalmars.D.learn - Get method address from alias?
- Tofu Ninja (8/8) Apr 10 2017 I only have an alias to the method without a this pointer, is
I only have an alias to the method without a this pointer, is there any way to get the address? Something like struct T{ void foo(){} } alias A = Alias!(__traits(getMemeber, T, "foo")); void* A_addres = ? // Somehow get the address from A
Apr 10 2017