Getting overloads of free functions

Christopher Wright dhasenan at gmail.com
Mon Oct 12 20:32:06 PDT 2009


Lutger wrote:
> Probably has been discussed before but I couldn't figure it out:
> 
> Is it possible to retrieve the signatures of overloaded functions (not 
> virtuals) at compile time?

No. You can't even get all the overloads of class methods at compile 
time (only non-private non-static methods, as I recall).


More information about the Digitalmars-d-learn mailing list