移动另一 HString 对象的值设置为当前 HString 对象的。
HString& operator=(HString&& other) throw()
参数
- other
现有 HString 对象。
备注
现有 other 对象的值复制到当前 HString 对象,然后销毁 other 对象。
要求
标题: corewrappers.h
命名空间: Microsoft:: WRL:: 包装
移动另一 HString 对象的值设置为当前 HString 对象的。
HString& operator=(HString&& other) throw()
现有 other 对象的值复制到当前 HString 对象,然后销毁 other 对象。
标题: corewrappers.h
命名空间: Microsoft:: WRL:: 包装