Summary
Team LiB
Previous Section Next Section

Summary

Copy consciously: Knowingly choose among using the compiler-generated copy constructor and assignment operator, writing your own versions, or explicitly disabling both if copying should not be allowed.

    Team LiB
    Previous Section Next Section