Point of Offer: assignment operator function

Source: Internet
Author: User

There are a few things to consider when defining an assignment operator function:

(1) The return type of the function must be a reference, because only a reference can be returned for continuous assignment

(2) The passed parameter declaration is a constant reference, which can improve the efficiency of the Code, while the assignment function does not change the incoming instance state

(3) Be sure to remember to release the memory of the instance itself, or the program is prone to memory leaks

(4) Note that the incoming parameter and the current instance is not the same instance, if it is the same, you do not have to do the assignment, directly return.

Code not written

Point of Offer: assignment operator function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.