[#mp_units-quantity_point-08-operator_assign-03] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::operator= :relfileprefix: ../../ :mrdocs: Copy 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] const& other) = default; ---- == Return Value Reference to the current object == Parameters [cols=2] |=== | Name | Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#