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.
Moves the value of another HString object to the current HString object.
HString& operator=(HString&& other) throw()
Parameters
- other
An existing HString object.
Remarks
The value of the existing other object is copied to the current HString object, and then the other object is destroyed.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers