Pointer to constructor

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 29 19:08:18 PDT 2014


You can access constructors just like any other method if you use 
the __ctor name.

So like &MyClass.__ctor.


More information about the Digitalmars-d-learn mailing list