Passing/Moving parameters of a constructor in C++0x

后端 未结 3 713

If I have a constructor with n parameters such that any argument to that can be an rvalue and lvalue. Is it possible to do support this with move semantics for the rvalues witho

3条回答
提交回复
热议问题