Working Draft, Standard for Programming Language C++

? Avec le C++11, on complète la règle avec deux méthodes supplémentaires: move constructor, move assignment operator qui ne font pas une copie profonde ...







C++ International Standard - IBM
If the class definition declares a move constructor or move assignment operator, the implicitly declared copy constructor is defined as deleted; otherwise, it ...
Contracts for C++
signment operators with rvalue parameters are called move constructor and move assignment, as we can see in Figure 1. The move constructor and move assignment.
C++ International Standard - CINES | Gitlab
... operator ... constructor (11.4.4) or assignment operator (11.4 ... move constructor (11.4.4.2), copy assignment operator, move assignment operator (11.4 ...



Autres Cours:

C++ Language Reference