Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 780 Bytes

swap-function-wrl.md

File metadata and controls

44 lines (30 loc) · 780 Bytes
description title ms.date ms.topic f1_keywords ms.assetid
Learn more about: Swap Function (WRL)
Swap Function (WRL)
11/04/2016
reference
internal/Microsoft::WRL::Details::Swap
ed134a08-ceb7-4279-aa02-a183c3a426ea

Swap Function (WRL)

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

WRL_NOTHROW inline void Swap(
   _Inout_ T& left,
   _Inout_ T& right
);

Parameters

left
The first argument.

right
The second argument.

Return Value

Remarks

Exchanges the values of the two specified arguments.

Requirements

Header: internal.h

Namespace: Microsoft::WRL::Details

See also

Microsoft::WRL::Details Namespace