In c++, is there a way to pass a value to a constructor without a move or copy happening?

后端 未结 0 1295
北荒
北荒 2020-12-13 10:14

I\'m writing a game engine in C++ for the first time and I need a state manager / machine. I want it to have ownership of all states.

When I started digging into how

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