[#mp_units-quantity_point-08-operator_assign-08] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::operator= :relfileprefix: ../../ :mrdocs: Move assignment operator == Synopsis Declared in `<mp‐units/framework/quantity_point.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mp_units/quantity_point-08.adoc[quantity_point]& operator=(xref:mp_units/quantity_point-08.adoc[quantity_point]&& other) = default; ---- == Return Value Reference to the current object == Parameters [cols=2] |=== | Name | Description | *other* | The object to move assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#