| description | Learn more about: Move Function | |
|---|---|---|
| title | Move Function | |
| ms.date | 11/04/2016 | |
| ms.topic | reference | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | c9525426-97e8-4d8c-9877-b689d8a0dc67 |
Supports the WRL infrastructure and is not intended to be used directly from your code.
template<class T>
inline typename RemoveReference<T>::Type&& Move(
_Inout_ T&& arg
);T
The type of the argument.
arg
An argument to move.
Parameter arg after reference or rvalue-reference traits, if any, have been removed.
Moves the specified argument from one location to another.
For more information, see the Move Semantics section of Rvalue Reference Declarator: &&.
Header: internal.h
Namespace: Microsoft::WRL::Details