1 Matching Annotations
- Apr 2022
-
www.learncpp.com www.learncpp.com
-
the goal of the move constructor and move assignment is to move ownership of the resources from one object to another (which is typically much less expensive than making a copy).
move constructor 和 move assignment 的目的是什么?
-