Is there a way to get the address of the function that would be used in Implicit Function Template Instantiation?

Nathan S. no.public.email at example.com
Wed Jun 27 22:34:46 UTC 2018


Let's say there's a function template `doImpl` and `doImpl(x)` 
compiles thanks to IFTI. Is there any way to get the address of 
the function that would be called in `doImpl(x)`?


More information about the Digitalmars-d-learn mailing list