Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 178 Bytes

File metadata and controls

5 lines (3 loc) · 178 Bytes

执行期语意学 Runtime Semantics

6.3 临时性对象 Temporary Objects

  • 临时对象会构造和析构,所以会拖慢程序的效率,我们应该尽量避免。