Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assigns (moves) the specified Mutex object to the current Mutex object.
Mutex& operator=(
_Inout_ Mutex&& h
);
Parameters
- h
An rvalue-reference to a Mutex object.
Return Value
A reference to the current Mutex object.
Remarks
For more information, see the Move Semantics section of Rvalue Reference Declarator: &&.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers