template this and traits getOverloads issue.

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Nov 20 08:15:42 PST 2015


On Friday, 20 November 2015 at 15:43:00 UTC, BBasile wrote:
> One last question: is it possible to nest the calls to 
> functions that take this kind of parameters ?

auto this_ = cast(T) this;
this_.bug0();
this_.bug1();


More information about the Digitalmars-d-learn mailing list