When is the move constructor called in the `std::move()` function?

后端 未结 2 1327
余生分开走
余生分开走 2021-01-04 06:16

The function std::move() is defined as

template
typename std::remove_reference::type&& move(T && t)
         


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