| title | Swap Function (WRL) | |
|---|---|---|
| ms.date | 11/04/2016 | |
| ms.topic | reference | |
| f1_keywords |
|
|
| ms.assetid | ed134a08-ceb7-4279-aa02-a183c3a426ea |
Supports the WRL infrastructure and is not intended to be used directly from your code.
WRL_NOTHROW inline void Swap(
_Inout_ T& left,
_Inout_ T& right
);left
The first argument.
right
The second argument.
Exchanges the values of the two specified arguments.
Header: internal.h
Namespace: Microsoft::WRL::Details