Why isn't the move constructor being called?

前端 未结 0 1776
半阙折子戏
半阙折子戏 2020-12-12 00:50

I am new to C++ and am trying to understand rvalue references and move semantics.

I have written a simple class, Class, which includes a method, fun, which creates an

相关标签:
回答
  • 消灭零回复
提交回复
热议问题