Re: How to tell how an object/class is declared
Meta via Digitalmars-d-learn Thu, 06 Nov 2014 15:51:13 -0800
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?
- How to tell how an object/class is d... Meta via Digitalmars-d-learn
- Re: How to tell how an object/c... Adam D. Ruppe via Digitalmars-d-learn
- Re: How to tell how an object/c... Meta via Digitalmars-d-learn