Can I call the default opAssign after overloading opAssign?

Rob T rob at ucora.com
Sun Nov 18 21:01:55 PST 2012


I assume that when I define an opAssign, only the opAssign that I 
define gets called, which means there's no blit or postblit being 
called ever again.

I may be thoroughly confused at this point. Is there both a blit 
and a postblit, and an optional opAssign that when specified will 
override both?

--rt


More information about the Digitalmars-d-learn mailing list