RE: [sv-bc] RE: [sv-ec] overloading an assignment operator

From: Steven Sharp <sharp_at_.....>
Date: Thu Apr 12 2007 - 12:14:31 PDT
I believe that "LHS += RHS" is treated as if it were decomposed into
"LHS = LHS + RHS", except that LHS is evaluated only once.  So the
addition and assignment operators would be overloaded independently,
and the += operator would be composed from them.

Steven Sharp
sharp@cadence.com


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu Apr 12 13:40:37 2007

This archive was generated by hypermail 2.1.8 : Thu Apr 12 2007 - 13:40:56 PDT