Event::operator= Operator
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Event::operator= Operator.
Assigns the specified Event reference to the current Event instance.
Syntax
WRL_NOTHROW Event& operator=(
_Inout_ Event&& h
);
Parameters
h
An rvalue-reference to an Event instance.
Return Value
A pointer to the current Event instance.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers