Copy Constructor DIP

RazvanN razvan.nitu1305 at gmail.com
Wed Jul 11 07:40:32 UTC 2018


> But there's a super explicit `@implicit` thing written right 
> there... so should we expect that an *explicit* call to the 
> copy constructor is not allowed? Or maybe it is allowed and 
> `@implicit` is a lie?

The @implicit is there to point out that you cannot call that 
method
explicitly; it gets called for you implicitly when you construct 
an object
as a copy of another object.




More information about the Digitalmars-d mailing list