News
Note Starting in C++11, two kinds of assignment are supported in the language: copy assignment and move assignment. In this article "assignment" means copy assignment unless explicitly stated ...
When an object is assigned the value of another object, the assignment operator is called. However, both the copy constructor and assignment operator must be defined for this behavior to occur.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results