How to tell how an object/class is declared

Meta via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Nov 6 15:46:41 PST 2014


One other thing. I know about `template this`, but I'm not sure 
if that's a tenable solution or not in my case. In addition to 
templating the struct or class, would I not also have to template 
the constructor so it could pick up the type of `this` at the 
declaration site?



More information about the Digitalmars-d-learn mailing list