Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は疑問に思っています
*this = *that
'that'を'this'にビット単位で代入するか、'this'のクラスの代入演算子を呼び出します。
ありがとう!
のように代入演算子を呼び出しますthis->operator=(*that);。
this->operator=(*that);