1 Matching Annotations
  1. Apr 2022
    1. 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 的目的是什么?