Share via


HStringReference::Operator= Operator

Moves the value of another HStringReference object to the current HStringReference object.

HStringReference& operator=(HStringReference&& other) throw()

Parameters

  • other
    An existing HStringReference object.

Remarks

The value of the existing other object is copied to the current HStringReference object, and then the other object is destroyed.

Requirements

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers

See Also

Reference

HStringReference Class