move
傳回在引數中傳遞的做為rvalue參考。
template<class Type>
typename remove_reference<T>::type&&
move(Type&& _Arg);
參數
參數 |
描述 |
---|---|
_Arg |
移動的參數。 |
傳回值
這個樣板函式做為rvalue參考傳回 _Arg , Type 是參考型別(Reference Type)。
備註
move 使這個傳回的引數適用於移動。
需求
標題: <utility>
命名空間: std