traits getOverload of a template method

QAston qaston at gmail.com
Thu Feb 6 15:06:01 PST 2014


How do i get aliases to overloads of a template method like

Class A
{
     int a(T)(T tq,T tw);
     int a(T)(T tq);
}
__traits(getOverloads, A, "a(int)")doesnt work


More information about the Digitalmars-d-learn mailing list